r105529 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105528‎ | r105529 | r105530 >
Date:10:00, 8 December 2011
Author:santhosh
Status:ok
Tags:
Comment:
Fix the menu position and menu font size in Modern skin for WebFonts.
Modified paths:
  • /trunk/extensions/WebFonts/resources/ext.webfonts.modern.css (modified) (history)

Diff [purge]

Index: trunk/extensions/WebFonts/resources/ext.webfonts.modern.css
@@ -5,6 +5,10 @@
66 overflow: visible!important;
77 }
88
 9+div.webfontMenu div.menu {
 10+ top: 0px;
 11+}
 12+
913 div#webfonts-menu li {
1014 background-color: #FFFFFF;
1115 font-weight: normal;
@@ -17,6 +21,7 @@
1822 border: solid 1px silver;
1923 background-color: #FFFFFF;
2024 height: auto;
 25+ font-size: 1.2em;
2126 }
2227
2328 div#webfonts-menu li a:hover{

Status & tagging log