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