Shrink side bar

This commit is contained in:
Lance Stout 2013-08-23 23:44:15 -07:00
parent dd630a281e
commit cae595b1c0
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ html, body {
} }
#pages { #pages {
margin-left: 201px; margin-left: 176px;
} }
#log { #log {
@ -17,7 +17,7 @@ html, body {
#contactList { #contactList {
top: 0px; top: 0px;
left: 0px; left: 0px;
width: 200px; width: 175px;
height: 100%; height: 100%;
background-color: #1C232D; background-color: #1C232D;
position: fixed; position: fixed;
@ -206,7 +206,7 @@ html, body {
} }
.contactInfo .name { .contactInfo .name {
margin-left: 50px; margin-left: 45px;
font-size: 14px; font-size: 14px;
} }