X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=themes%2Fdefault.css;h=7ef7fb3acb00ee126033991a211354b905581950;hb=d75f33f647280ada400fb51f740701cdb12dd4d3;hp=52179a616c2615a5a2400e0c45e28a6fd5fc1f8d;hpb=24bbbd528bd30515e9c53d2223d0f68971b5805d;p=shellwiki diff --git a/themes/default.css b/themes/default.css index 52179a6..7ef7fb3 100644 --- a/themes/default.css +++ b/themes/default.css @@ -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; +}