Skip to content

Commit

Permalink
fix lists column and clearfix
Browse files Browse the repository at this point in the history
  • Loading branch information
maylogger committed Sep 24, 2011
1 parent 1788138 commit 9760690
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/stylesheets/ggs/column/_eight-column.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
}
#lists {
@include padding-leader(1,$font-m);
.type {
float: left;
@include ggs-column(3,$column);
}
}
}

Expand Down
2 changes: 2 additions & 0 deletions source/stylesheets/main.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ a {
}

#lists {
@include pie-clearfix;
.list {
@include padding-leader(.5,$font-s);
@include padding-trailer(1,$font-s);
@extend .font-s;
}
.title {
Expand Down

0 comments on commit 9760690

Please sign in to comment.