Revision 192c2acf
Von Cem Aydin vor etwa 4 Jahren hinzugefügt
css/less/menu.less | ||
---|---|---|
display: block;
|
||
color: @menu_link;
|
||
text-decoration: none;
|
||
padding: 0.45em 0.6em 0.58em 1.3em ;
|
||
//padding-right: 0.6em;
|
||
}
|
||
|
||
... | ... | |
|
||
li{
|
||
border-bottom: 1px @menu_border_color solid ;
|
||
padding: 0.45em 0.6em 0.58em 0.8em ;
|
||
}
|
||
} // /ul (2nd and 3rd Level)
|
||
|
||
... | ... | |
|
||
& > li {
|
||
background-color: @menu_link_bg_level2 ;
|
||
padding-left: 12px ;
|
||
margin-left: 1px;
|
||
|
||
// Items with Sub Items
|
Auch abrufbar als: Unified diff
Neues Design Bugfix: #446 Hauptmenü Klickbereich verbessert (CSS)
- less/css neu kompiliert