Skip to content

Commit

Permalink
fix ie6
Browse files Browse the repository at this point in the history
  • Loading branch information
maylogger committed Sep 24, 2011
1 parent 04a0bb2 commit 745fb19
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion source/stylesheets/ggs/column/_four-column.scss
@@ -1,6 +1,6 @@
.content {
width: 640px;
margin: 0 $ggs-column;
margin: 0 auto;
}

#hd {
Expand All @@ -11,4 +11,8 @@
body {
@include font-zoom(1);
}
.content {
width: auto;
margin: 0 $ggs-column;
}
}

0 comments on commit 745fb19

Please sign in to comment.