diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2016-08-17 18:47:15 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2016-08-17 18:47:15 +0200 |
commit | 64aedab92f4e69fd25acfcc678a14c67a5a779a6 (patch) | |
tree | 61ec94be0e9c6bc62c11c277f1a1b25b0e32a64f | |
parent | 172b9754044801fd04ea612ec74facef996be09e (diff) |
Style HR
-rw-r--r-- | style.css | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -536,8 +536,11 @@ select.zeit { | |||
536 | } | 536 | } |
537 | 537 | ||
538 | .credits hr { | 538 | .credits hr { |
539 | width: 60px; | 539 | height: 1px; |
540 | width: 90px; | ||
540 | margin-bottom: 1em; | 541 | margin-bottom: 1em; |
542 | border: 0; | ||
543 | background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); | ||
541 | } | 544 | } |
542 | 545 | ||
543 | /* ******** Horizontal footer slide magic ******** */ | 546 | /* ******** Horizontal footer slide magic ******** */ |