]> git.plutz.net Git - serve0/blobdiff - static/common.css
submit page locators via post instead of relying on referrer
[serve0] / static / common.css
index 9b32b52cdccfa7759de017e8656e4b2d4b2ea57e..f0912f873ad63c3d3be5164d6fd24dcaece567ed 100644 (file)
@@ -292,18 +292,20 @@ p.quicklinks input:checked + a { display: none;}
 
 #thumblist .thumb img {
   width: 100%;
+  margin: 0; padding: 0;
 }
 #thumblist .thumb h2 {
   font-size: 1em;
   font-weight: normal;
   margin: 0;
 }
-#thumblist .thumb a {
+#thumblist .thumb button {
   display: block;
-}
-#thumblist .thumb a.alt {
-  display: inline-block;
-  margin-top: .3em;
+  width: 100%;
+  margin: 0; padding: 0;
+  border: none;
+  line-height: 0;
+  background-color: transparent;
 }
 #thumblist input {
   margin: .75em .5em;