Use Bootstrap for album/photo grid #31

Merged
Aaron merged 8 commits from bootstrap-tiles into master 2023-04-05 17:08:17 +02:00
Showing only changes of commit 87777a6ace - Show all commits

View File

@ -461,27 +461,15 @@ a#previous_photo:hover, a#next_photo:hover {
margin-left: 0; margin-left: 0;
} }
.tiled_header { .tiled-header {
font-size: 14px; font-size: 14px;
margin: 0 0 3.5% 0; margin: 0 0 3.5% 0;
} }
.tiled_grid div h4 { .panorama h4 {
font-size: 14px; font-size: 14px;
padding: 15px 5px; padding: 15px 5px;
} }
.tiled_row > div, .tiled_row .single, .tiled_row .duo {
float: none !important;
width: 100% !important;
margin: 0 0 5% !important;
}
.tiled_row > div > div {
float: none !important;
width: 100% !important;
margin: 0 0 5% !important;
}
#previous_photo, #next_photo { #previous_photo, #next_photo {
display: none; display: none;
} }