styling for gallery

pull/54/head
Patricio Gonzalez Vivo 8 years ago
parent 29789f5661
commit 53f6749c7c

@ -242,3 +242,32 @@ code {
.cm-s-default .cm-keyword {
color: #708;
}
/* GALLERY */
.gallery {
-moz-column-width: 5em;
-webkit-column-width: 5em;
-moz-column-gap: 20px;
-webkit-column-gap: 20px;
margin-right: 0px;
margin-left: 0px;
}
.gallery_item {
position: relative;
display: inline-block;
width: 100%;
}
.gallery_item p {
font-family: Baskerville, "Times New Roman", serif;
text-align: center;
font-size: 14px;
line-height: 1.3;
margin-top: 0px;
}
.gallery_thumb {
max-width: 100px;
}

Loading…
Cancel
Save