1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-01-11 22:08:01 -05:00

* update website

This commit is contained in:
Reinhard Pointner 2015-05-28 19:06:49 +00:00
parent df5690eedf
commit f27592fdbf
2 changed files with 2 additions and 2 deletions

View File

@ -233,7 +233,7 @@ div.screencast:hover .play {
} }
.content>.screenshot { .content>.screenshot {
margin-top: 10px; margin-top: 25px;
margin-left: 20px; margin-left: 20px;
} }

View File

@ -93,7 +93,7 @@
<div class="screenshot screencast"> <div class="screenshot screencast">
<a href="http://app.filebot.net/getting-started/index.html" title="How to use FileBot" target="_blank"> <a href="http://app.filebot.net/getting-started/index.html" title="How to use FileBot" target="_blank">
<img class="play" alt="play" src="images/play.png" width="8" height="8" /> <img class="play" alt="play" src="images/play.png" width="8" height="8" />
<img alt="screenshot" src="screenshots/rename.png" width="300" /> <img alt="screenshot" src="screenshots/rename.png" width="300" height="219" />
</a> </a>
</div> </div>