diff options
-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 ******** */ |