30 lines
514 B
CSS
30 lines
514 B
CSS
.album-slideshow-container #image-preview {
|
|
height: 600px;
|
|
max-width: 100%;
|
|
width: 800px;
|
|
}
|
|
|
|
.album-slideshow-container .thumbnails {
|
|
overflow-x: scroll;
|
|
overflow-y: hidden;
|
|
white-space: nowrap;
|
|
width: auto;
|
|
}
|
|
|
|
.stats-table .icon-col {
|
|
font-size: 1.4em;
|
|
width: 20%;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.stats-table .stat-col {
|
|
font-size: 1.8em;
|
|
font-weight: bold;
|
|
width: 40%;
|
|
}
|
|
|
|
.stats-table .text-col {
|
|
font-size: 1.2em;
|
|
vertical-align: middle;
|
|
width: 40%;
|
|
} |