54 lines
No EOL
911 B
SCSS
54 lines
No EOL
911 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: 8px 16px;
|
|
}
|
|
|
|
/* Make paginator a bit narrower to save space */
|
|
ul.pagination li a
|
|
{
|
|
padding-left: 6px;
|
|
padding-right: 6px;
|
|
}
|
|
|
|
/* Top bar is fixed. Move main part down so the bar does not hide it. */
|
|
.container-main
|
|
{
|
|
margin-top: 60px;
|
|
}
|
|
|
|
/* Waste less space above and below pagers */
|
|
.pager
|
|
{
|
|
margin: 10px 0;
|
|
}
|
|
|
|
/* Waste less space between/below the navbar and the main container */
|
|
.navbar
|
|
{
|
|
margin-bottom: 10px;
|
|
} |