Improved styling of "More screenshots…" box at the bottom

This commit is contained in:
Christoph Haas 2013-08-09 23:31:10 +02:00
parent d4b82892d5
commit d3f0e163c9
2 changed files with 4 additions and 5 deletions

View file

@ -23,10 +23,11 @@ ul.thumbnails h3
overflow: hidden;
}
.row.showmorebox
.showmorebox
{
border: 1px solid #DDD;
border: 3px solid #DDD;
padding: 10px 20px;
margin: 5px 20px;
text-align: center;
font-size: 30px;
}

View file

@ -26,6 +26,4 @@
</ul>
<% end %>
<div class="row showmorebox">
<a href="#">Moar screenshots…</a>
</div>
<button class="btn btn-large btn-block" type="button">More screenshots…</button>