From b4091ba1481a8ce0d7f3c91cac939a1617c276f9 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Tue, 24 Mar 2015 15:53:12 +0100 Subject: [PATCH] reduce sidebar width by 10% --- history.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/history.html b/history.html index ec74d4c..029ca34 100644 --- a/history.html +++ b/history.html @@ -142,7 +142,7 @@ .sidebar { z-index: 5; - width: 50em; + width: 40em; box-sizing: border-box; position: absolute; top: 0; @@ -153,7 +153,7 @@ } .sidebar.hidden { - left: -50em; + left: -40em; } .sidebar .container {