From 64aedab92f4e69fd25acfcc678a14c67a5a779a6 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Wed, 17 Aug 2016 18:47:15 +0200 Subject: Style HR --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 408be69..5467408 100644 --- a/style.css +++ b/style.css @@ -536,8 +536,11 @@ select.zeit { } .credits hr { - width: 60px; + height: 1px; + width: 90px; margin-bottom: 1em; + border: 0; + background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); } /* ******** Horizontal footer slide magic ******** */ -- cgit v1.2.3