yui / skinbuilder

A tool for creating skins for YUI widgets
Other
30 stars 12 forks source link

Child menus have border bottom hardcoded as black #20

Closed jconniff closed 11 years ago

jconniff commented 11 years ago
{{yuiCssPrefix}}{{skinName}} {{yuiCssPrefix}}menu-children li {
    display: block;
    border-bottom:1px solid black;
}

found in list-responsive.css AKA menus-r.css The "black" above needs to be a variable.