forked from Public/pics
PhotosIndex: rewrite to use Bootstrap grid for tiles
This commit is contained in:
@@ -179,26 +179,25 @@ i.space-invader.alt-7::before {
|
||||
|
||||
/* Album index
|
||||
----------------*/
|
||||
.album-index {
|
||||
.album-index, .photo-index {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
|
||||
/* Tiled grid
|
||||
---------------*/
|
||||
.tiled_header {
|
||||
.tiled-header > a {
|
||||
background: #fff;
|
||||
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
|
||||
border-radius: 0.5rem;
|
||||
color: #000;
|
||||
clear: both;
|
||||
float: left;
|
||||
margin: 0 0 1.5% 0;
|
||||
display: inline-block;
|
||||
font: 400 18px/2.2 'Coda', sans-serif;
|
||||
margin: 0 0 1.5% 0;
|
||||
overflow: hidden;
|
||||
padding: 6px 22px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.tiled_grid {
|
||||
|
||||
Reference in New Issue
Block a user