From 4bfcef4f376ee6e5d5a2b47419d2f21ef4c6eff8 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Tue, 21 Jul 2009 11:18:24 -0700 Subject: [PATCH] [YUI] Fixed a bug in yui grids where the .first div wouldn't get the right styles in some rare cases due to incorrect nesting. --- frameworks/yui/stylesheets/yui/modules/_grids.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/yui/stylesheets/yui/modules/_grids.sass b/frameworks/yui/stylesheets/yui/modules/_grids.sass index f5e358c3..aa9a9c9d 100644 --- a/frameworks/yui/stylesheets/yui/modules/_grids.sass +++ b/frameworks/yui/stylesheets/yui/modules/_grids.sass @@ -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%