smaller line-height for thumb captions
authorGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 11 Jun 2004 01:59:25 +0000 (01:59 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 11 Jun 2004 01:59:25 +0000 (01:59 +0000)
stylesheets/monobook/main.css

index 5e37b38..67cadc6 100644 (file)
@@ -332,6 +332,7 @@ div.thumb div a img {
 div.thumb div div.thumbcaption {
     border: none;
     text-align: left;
+    line-height: 1.3;
     padding: 0.3em 0 0.1em 0;
 }
 div.magnify {
@@ -477,7 +478,8 @@ td.diff-context { background:#eeeeee; }
     padding-right: 18px;
 }
 /* disable interwiki styling */
-#bodyContent a.extiw {
+#bodyContent a.extiw,
+#bodyContent a.extiw:active {
     color: #3366bb;
     background: none;
     padding: 0;