From cae595b1c0469e065a3717a1aae601ec66fe3436 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Fri, 23 Aug 2013 23:44:15 -0700 Subject: [PATCH] Shrink side bar --- public/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/style.css b/public/style.css index fd31136..1214c0b 100644 --- a/public/style.css +++ b/public/style.css @@ -7,7 +7,7 @@ html, body { } #pages { - margin-left: 201px; + margin-left: 176px; } #log { @@ -17,7 +17,7 @@ html, body { #contactList { top: 0px; left: 0px; - width: 200px; + width: 175px; height: 100%; background-color: #1C232D; position: fixed; @@ -206,7 +206,7 @@ html, body { } .contactInfo .name { - margin-left: 50px; + margin-left: 45px; font-size: 14px; }