debshots/app/assets/stylesheets/my.css.scss
Christoph Haas 8b5c1d9ff2 Moved pagination to top bar.
Removed "prev", "next", "first" and "last" from kaminari paginator.
2013-08-24 22:42:42 +02:00

36 lines
No EOL
621 B
SCSS

div.thumbnail
{
/*width: 200px;*/
height: 210px;
margin-bottom: 5px;
}
/* Package name in thumbnails view */
.thumbnail h3
{
font-size: 18px;
text-align: center;
white-space: nowrap;
overflow: hidden;
margin-top: 8px;
margin-bottom: 5px;
}
/* Package description in thumbnails view */
.thumbnail p
{
text-align: center;
}
/* Pagination is shown in top bar. Reduce margin to avoid making the nav bar larger. */
ul.pagination
{
margin-top: 8px;
margin-bottom: 0;
}
/* Top bar is fixed. Move main part down so the bar does not hide it. */
.container-main
{
margin-top: 60px;
}