r103145 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103144‎ | r103145 | r103146 >
Date:10:56, 15 November 2011
Author:santhosh
Status:ok
Tags:
Comment:
CSS cleanup. Fix the issue with browers on the menu border.
Follow up r102509
Modified paths:
  • /trunk/extensions/Narayam/css/ext.narayam.core-modern.css (modified) (history)

Diff [purge]

Index: trunk/extensions/Narayam/css/ext.narayam.core-modern.css
@@ -4,22 +4,31 @@
55 */
66 overflow: visible!important;
77 }
 8+
89 div#narayam-menu ul,
910 x:-moz-any-link {
1011 min-width: 15em;
1112 height: auto;
1213 }
 14+
1315 div#narayam-menu li {
1416 background-color: #FFFFFF;
15 - font-weight:normal;
16 - white-space:nowrap;
 17+ font-weight: normal;
 18+ white-space: nowrap;
 19+ text-transform: none;
 20+ font-variant: normal;
1721 }
18 -div#narayam-menu{
 22+
 23+div#narayam-menu ul {
 24+ background-color: #FFFFFF;
1925 border: solid 1px silver;
 26+ height: auto;
2027 }
 28+
2129 div#narayam-menu li a:hover{
22 - color:#0645AD;
 30+ color: #0645AD;
2331 }
 32+
2433 div#narayam-menu li:hover {
2534 background-color: #FFFFFF;
2635 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102509Followup r102501, css cleanup.santhosh11:54, 9 November 2011

Status & tagging log