Skip to content

Commit

Permalink
fix ie6 and lists
Browse files Browse the repository at this point in the history
  • Loading branch information
maylogger committed Sep 24, 2011
1 parent c39d9fa commit 04a0bb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion source/stylesheets/ggs/column/_eight-column.scss
Expand Up @@ -7,7 +7,6 @@
@include ggs-container($column);
}
#lists {
@include padding-leader(1,$font-m);
.type {
float: left;
@include ggs-column(3,$column);
Expand Down
1 change: 1 addition & 0 deletions source/stylesheets/ggs/column/_four-column.scss
@@ -1,4 +1,5 @@
.content {
width: 640px;
margin: 0 $ggs-column;
}

Expand Down
3 changes: 2 additions & 1 deletion source/stylesheets/main.css.scss
Expand Up @@ -50,11 +50,12 @@ a {
#lists {
@include pie-clearfix;
.list {
@include padding-leader(.5,$font-s);
@include padding-leader(1,$font-s);
@include padding-trailer(1,$font-s);
@extend .font-s;
}
.title {
@include padding-leader(1,$font-m);
background: none;
h2 {
background: image-url($line-img) repeat-x bottom;
Expand Down

0 comments on commit 04a0bb2

Please sign in to comment.