From 53f6749c7c47b14578adae54753f067e94eb9a2a Mon Sep 17 00:00:00 2001 From: Patricio Gonzalez Vivo Date: Sun, 6 Mar 2016 11:40:37 -0500 Subject: [PATCH] styling for gallery --- css/style.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/css/style.css b/css/style.css index 95aaa6e..55b7563 100644 --- a/css/style.css +++ b/css/style.css @@ -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; +}