Revision b3bce2a2
Von Cem Aydin vor mehr als 1 Jahr hinzugefügt
css/design40/less/main.less | ||
---|---|---|
// Horizontal Rule
|
||
// -----------------------
|
||
hr {
|
||
background-color: @color-green-light; // #006400
|
||
background-color: @base-standard; // same as table border
|
||
border: none;
|
||
height: 1px;
|
||
height: 2px; // same as table border
|
||
}
|
||
|
||
|
Auch abrufbar als: Unified diff
Design40: grünes hr Element fixen
- style sheet neu generiert
Behebt: Unterstützung #392