Allow specifying CSS class for thumbnails
[wiki.git] / sys / geekigeeki.css
index a0256775035bfaade9f793ff8766ef97c4f7fac0..1ad56c72689c785fdab80e886e1b1cac11480924 100644 (file)
@@ -344,12 +344,20 @@ pre.notice {
 
 /* thumbnails */
 
-div.extthumb {
-       float: right;
+div .thumb {
+       float: left;
        width: 100%;
 }
 
-div.thumb {
+div .thumbleft {
+       float: left;
+}
+
+div .thumbright {
+       float: right;
+}
+
+div .innerthumb {
        float: left;
        border: 1px solid #ccc;
        padding: 3px !important;
@@ -359,12 +367,12 @@ div.thumb {
        text-align: center;
 }
 
-div.thumb a img {
+.thumb a img {
        border: 1px solid #ccc;
        vertical-align:bottom;
 }
 
-div.thumb div.caption {
+.thumb .caption {
        border: none;
        overflow: hidden;
        font-size: 60%;