(bug 18716) Removed redundant class in Modern skin CSS for category links and tweaked spacing. Patch by Derk-Jan Hartman

This commit is contained in:
Chad Horohoe 2009-05-14 20:22:42 +00:00
parent 8432c504c3
commit fbc2bbc2dd
3 changed files with 4 additions and 6 deletions

View file

@ -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

View 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 ==

View 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 {