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 @@
2828 margin: 0;
2929 padding:5px;
3030 font-size: 100%;
31 - width: 100%;
 31+ float: none;
3232 }
3333
3434 /* Variants and Actions */

Status & tagging log