]> git.plutz.net Git - shellwiki/blobdiff - themes/default.css
gallery macro
[shellwiki] / themes / default.css
index 52179a616c2615a5a2400e0c45e28a6fd5fc1f8d..7ef7fb3acb00ee126033991a211354b905581950 100644 (file)
@@ -204,3 +204,13 @@ body[id$="/[newpage]"] textarea {
 .macro.toc li.h5 { margin-left: 5em; }
 .macro.toc li.h6 { margin-left: 6.25em; }
 
+.macro.gallery {
+  text-align: center;
+  margin: 2em 0;
+  padding: .5em .125em;
+  background-color: #444;
+}
+.macro.gallery img {
+  max-height: 9em;
+  margin: 0 .25em;
+}