made left column in layout a little wider

This commit is contained in:
Raphael 2010-08-24 19:02:00 -07:00
parent 008c450f66
commit d3c10f8777
3 changed files with 6 additions and 2 deletions

View file

@ -71,7 +71,7 @@
= render "groups/new_group"
.container
.span-4.append-1.last
.span-5.last
= render "shared/group_nav"
.span-19.last

View file

@ -20,7 +20,8 @@ a {
background-color: #556270; }
.avatar {
width: 50px; }
width: 50px;
height: 50px; }
#flash_notice,
#flash_error,
@ -506,6 +507,7 @@ h1.big_text {
#other_user_menu > li:first-child img {
position: absolute;
width: 20px;
height: 20px;
top: 3px;
left: 9px; }
#other_user_menu > li:last-child {

View file

@ -22,6 +22,7 @@ a
.avatar
:width 50px
:height 50px
#flash_notice,
#flash_error,
@ -654,6 +655,7 @@ h1.big_text
img
:position absolute
:width 20px
:height 20px
:top 3px
:left 9px