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" = render "groups/new_group"
.container .container
.span-4.append-1.last .span-5.last
= render "shared/group_nav" = render "shared/group_nav"
.span-19.last .span-19.last

View file

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

View file

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