aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets
diff options
context:
space:
mode:
authorGabriel Wicke <gwicke@users.mediawiki.org>2004-06-11 01:59:25 +0000
committerGabriel Wicke <gwicke@users.mediawiki.org>2004-06-11 01:59:25 +0000
commitd0ee70424dc4d8e6d330bc39884b1046f0ceee2f (patch)
tree5e04f81cd19d29582c788e0bdce2fd1b255d0e83 /stylesheets
parent21891fe83f91241d2f4e0e5e21647cfe0e7456d1 (diff)
downloadmediawikicore-d0ee70424dc4d8e6d330bc39884b1046f0ceee2f.tar.gz
mediawikicore-d0ee70424dc4d8e6d330bc39884b1046f0ceee2f.zip
smaller line-height for thumb captions
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3982
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/monobook/main.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css
index 5e37b384b526..67cadc6db0e6 100644
--- a/stylesheets/monobook/main.css
+++ b/stylesheets/monobook/main.css
@@ -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;