node-menunav-skin.css revision 433c6e4d8b64100e84f0a4d37768706d5951994f
/* Vertical menus and submenus */
background: #fff;
}
}
/* Horizontal menus */
padding: 0;
}
}
border: 0;
margin: 0;
padding: 0;
}
padding: 0;
margin: 0;
border: 0;
}
/*
For and IE 6 (Strict Mode and Quirks Mode) and IE 7 (Quirks Mode only):
Used to collapse superfluous white space between <li> elements that is
triggered by the "display" property of the <a> elements being set to
"block" by node-menunav-core.css file.
*/
}
}
}
}
}
/* Menuitems and menu labels */
/*padding: 0 20px;*/
color: #000;
cursor: default;
/*
Necessary specify values for border, position and margin to override
values specified in the selectors that follow.
*/
float: none;
border: 0;
margin: 0;
}
float: left; /* Ensures that menu labels clear floated descendents.
Also gets negative margins working in IE 7
(Strict Mode). */
}
}
}
}
}
}
padding: 0;
}
float: left;
color: #000;
cursor: default;
}
}
/* Selected menuitem */
}
/*
Undo values set for "border-left-width" and "margin-left" when the root
menu has a class of "yui-menubuttonnav" or "yui-splitbuttonnav" applied.
*/
}
}
}
}
}