(bug 18716) Removed redundant class in Modern skin CSS for category links and tweaked...
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 14 May 2009 20:22:42 +0000 (20:22 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 14 May 2009 20:22:42 +0000 (20:22 +0000)
CREDITS
RELEASE-NOTES
skins/modern/main.css

diff --git a/CREDITS b/CREDITS
index b4dc766..06959ab 100644 (file)
--- 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
index 771016a..b939db4 100644 (file)
@@ -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 ==
 
index b492963..6d99a04 100644 (file)
@@ -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 {