r91828 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r91827
|
r91828
|
r91829
>
Date:
12:47, 10 July 2011
Author:
santhosh
Status:
deferred
Tags:
Comment:
In webkit browsers, the float: left is getting inherited to the menu causing the menu appearing in single line. width-100% for li is not a nice solution. overrider the float value to none.
Modified paths:
/trunk/extensions/WebFonts/css/webfonts.css
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/WebFonts/css/webfonts.css
—
—
@@ -27,7 +27,7 @@
28
28
margin: 0;
29
29
padding:5px;
30
30
font-size: 100%;
31
- width: 100%;
31
+ float: none;
32
32
}
33
33
34
34
/* Variants and Actions */
Status & tagging log
19:51, 12 July 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r91828
[
removed:
new
added:
deferred]