From d0ee70424dc4d8e6d330bc39884b1046f0ceee2f Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 11 Jun 2004 01:59:25 +0000 Subject: [PATCH] smaller line-height for thumb captions --- stylesheets/monobook/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 5e37b384b5..67cadc6db0 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; -- 2.20.1