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 {
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;
}