From 0b00899e120630376282a2c8a402f34fc06d5653 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Wed, 25 Mar 2015 21:31:44 +0100 Subject: [PATCH] css fix --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index 04d6fcd..5bae632 100644 --- a/index.html +++ b/index.html @@ -190,8 +190,7 @@ } .bar { - display: inline-block; - width: 100%; + display: block; height: 1.4em; background: rgba(85, 128, 32, 0.5); position: relative;