From 0d5c86eb17a059c02c6a5fb1dd7b9d47df35472b Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Sun, 14 Apr 2013 01:26:44 +0100 Subject: [PATCH] move sidebar toggle up 15 pixels. it felt a bit too low after various space optimisations --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index fb71e3b4..49b31b41 100644 --- a/style.css +++ b/style.css @@ -45,7 +45,7 @@ body { margin-top: -31px; /* -(toggle height / 2) */ line-height: 10px; position: absolute; - top: 340px; /* (sidebar height / 2) */ + top: 325px; /* (sidebar height / 2) */ z-index: 3001; background-color: rgba(8, 48, 78, 0.9); color: #FFCE00;