Skip to content

Commit

Permalink
Fixed a bug in IE7 with .three.columns
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Hayes committed Oct 21, 2011
1 parent 5b4a5d5 commit eb2ac03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/foundation/globals.css.scss.erb 100755 → 100644
Expand Up @@ -178,7 +178,7 @@

.row .one.columns { width: 4.3%; }
.row .two.columns { width: 13%; }
.row .three.columns { width: 21.7%; }
.row .three.columns { width: 21.68%; }
.row .four.columns { width: 30.4%; }
.row .five.columns { width: 39.1%; }
.row .six.columns { width: 47.8%; }
Expand Down

0 comments on commit eb2ac03

Please sign in to comment.