Revision 0ac1d89a
Von Cem Aydin vor etwa 4 Jahren hinzugefügt
css/less/menu.less | ||
---|---|---|
color: @menu_link;
|
||
text-decoration: none;
|
||
padding: 0.45em 0.6em 0.58em 1.3em ;
|
||
font-weight: normal;
|
||
//padding-right: 0.6em;
|
||
}
|
||
|
||
... | ... | |
a {
|
||
display: block;
|
||
word-wrap: break-word;
|
||
text-decoration: none;
|
||
font-weight: normal;
|
||
}
|
||
&:first-child {
|
||
border-top: 2px @menu_border_color solid ; // PENDENT: 2px ??? sonst @menu_border verwenden
|
Auch abrufbar als: Unified diff
Neues Design Anpassung: #388 Sichtbarkeit der Links verbessert
- Farbspezifikation für Links hinzugefügt
- Links entsprechend angepasst, Schrift fett und unterstrichen
- CSS für Menüs entsprechend angepasst
- less/css neu kompiliert