From fbc2bbc2dd340ddbcd83a80512f6b01ae2bcaecd Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 14 May 2009 20:22:42 +0000 Subject: [PATCH] (bug 18716) Removed redundant class in Modern skin CSS for category links and tweaked spacing. Patch by Derk-Jan Hartman --- CREDITS | 1 + RELEASE-NOTES | 2 ++ skins/modern/main.css | 7 +------ 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/CREDITS b/CREDITS index b4dc766a7a..06959abdef 100644 --- a/CREDITS +++ b/CREDITS @@ -65,6 +65,7 @@ following names for their contribution to the product. * church of emacs * Daniel Arnold * Danny B. +* Derk-Jan Hartman * FunPika * Happy-melon * Jeremy Baron diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 771016afb3..b939db4cc3 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -115,6 +115,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN or 'wikidiff2' but extension is not installed * (bug 18326) Chmod errors in file repos have been hidden * (bug 18718) Comma after a } create a error in IE +* (bug 18716) Removed redundant class in Modern skin CSS for category links and + tweaked spacing. == API changes in 1.16 == diff --git a/skins/modern/main.css b/skins/modern/main.css index b4929632d8..6d99a043e8 100644 --- a/skins/modern/main.css +++ b/skins/modern/main.css @@ -607,15 +607,10 @@ img.thumbborder { .catlinks { border: solid 1px #bbbbbb; background-color: #f0f0f0; - padding: 0.5em 0.5em 0.5em 0.5em; + padding: 0.1em 0.3em 0.1em 0.3em; margin: 0 0 0 0; } -.catlinks { - margin: 0 0 0 0; - padding: 0 0 0 0; -} - #mw_header h1, #p-personal, #p-cactions { -- 2.20.1