From 21e00850dcfc1bf5e78d1ba3ddb1d697ee97f4fc Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 20 Jul 2014 13:23:22 +0100 Subject: Remove container div --- layouts/partials/sidebar.html | 62 +++++++++++++++++++++---------------------- static/css/hyde.css | 2 +- 2 files changed, 31 insertions(+), 33 deletions(-) diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index b6ec43d..1497bb2 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -1,36 +1,34 @@ - diff --git a/static/css/hyde.css b/static/css/hyde.css index 493ff42..f6c51ee 100644 --- a/static/css/hyde.css +++ b/static/css/hyde.css @@ -55,7 +55,7 @@ html { .sidebar { text-align: center; - padding: 2rem 1rem; + padding: 2rem 2rem; color: rgba(255,255,255,.5); background-color: #202020; } -- cgit 1.4.1