mason/dhandler, static/tgal.css: Use `thumb' class, not `pic'.
[tgal] / static / tgal.css
index c084d5f..efb8220 100644 (file)
@@ -80,14 +80,14 @@ div.gallery {
        text-align: center;
 }
 
-div.pic {
+div.thumb {
        display: inline-block;
        vertical-align: top;
        width: 228px;
        margin: 1em;
 }
 
-div.pic a:link { display: inline-block; }
+a.thumb:link { display: inline-block; }
 
 img.thumb {
        width: 228px; height: 228px;
@@ -128,7 +128,7 @@ a.prev, a.next {
        background-color: #0006;
        min-width: 1em;
        text-align: center;
-       min-height: 3.5ex;
+       min-height: 3ex;
 }
 a.view {
        flex-grow: 1; flex-basis: 0;