33 lines
No EOL
561 B
SCSS
33 lines
No EOL
561 B
SCSS
/* Make sure thumbnails in grids are 160x120 pixels */
|
|
ul.thumbnails div.thumbnail img
|
|
{
|
|
/*border: 5px solid green;*/
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
/*width: 260px;*/
|
|
/*height: 220px;*/
|
|
}
|
|
|
|
ul.thumbnails div.thumbnail
|
|
{
|
|
width: 200px;
|
|
height: 230px;
|
|
}
|
|
|
|
ul.thumbnails h3
|
|
{
|
|
font-size: 18px;
|
|
line-height: normal;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.showmorebox
|
|
{
|
|
border: 3px solid #DDD;
|
|
padding: 10px 20px;
|
|
margin: 5px 20px;
|
|
text-align: center;
|
|
font-size: 30px;
|
|
} |