ca36569
click here to add a description
click here to add a homepage
The official jQuery user interface library. — Read more
http://jqueryui.com/
This URL has Read+Write access
Always set font-weight:normal for menu items, in case the menu is a child in a ui-widget-header element
@@ -22,6 +22,9 @@
line-height:1.5;
zoom:1;
}
+.ui-menu .ui-menu-item a {
+ font-weight: normal;
+}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
font-weight: normal;
ca36569