(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:
parent
8432c504c3
commit
fbc2bbc2dd
3 changed files with 4 additions and 6 deletions
1
CREDITS
1
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
|
||||
|
|
|
|||
|
|
@ -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 ==
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue