Skip to content

Commit

Permalink
[YUI] Fixed a bug in yui grids where the .first div wouldn't get the …
Browse files Browse the repository at this point in the history
…right styles in some rare cases due to incorrect nesting.
  • Loading branch information
chriseppstein committed Jul 21, 2009
1 parent e277ed2 commit 4bfcef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frameworks/yui/stylesheets/yui/modules/_grids.sass
Expand Up @@ -173,7 +173,7 @@
#{!g_67_33},
#{!g_33_67}
div.first
*margin-right: 0
*margin-right: 0

#{nest(!g_33_33_33, !g_33_67, !unit)}
*width: 66%
Expand Down

0 comments on commit 4bfcef4

Please sign in to comment.