Skip to content

Commit

Permalink
css update
Browse files Browse the repository at this point in the history
  • Loading branch information
will-r committed Sep 25, 2009
1 parent e90ac3e commit e65f023
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions public/stylesheets/admin/group.css
Expand Up @@ -12,7 +12,7 @@

#content table#groups td.group {
padding: 10px;
width: 50%;
width: 35%;
}

#content table#groups td.group a {
Expand Down Expand Up @@ -65,16 +65,28 @@
}

#content #group_pages {
width: 60%;
width: 35%;
float: left;
}

#content #group_people {
width: 30%;
margin: 0 5%;
width: 25%;
margin: 0 2%;
float: left;
}

#content #group_messages {
width: 25%;
margin: 0 2%;
float: left;
}

#content #group_messages ul {
list-style: square;
font-size: 85%;
padding-left: 14px;
}

#content div.stretcher {
clear: left;
}
Expand Down

0 comments on commit e65f023

Please sign in to comment.