Skip to content

Instantly share code, notes, and snippets.

@bcurren
Created May 9, 2009 23:52
Show Gist options
  • Save bcurren/109448 to your computer and use it in GitHub Desktop.
Save bcurren/109448 to your computer and use it in GitHub Desktop.
/* Grid css used to look like this */
#yui-main,
.yui-g .yui-u .yui-g {
width: 100%;
}
/* I made this change to resolve the issue */
#yui-main,
.yui-g .yui-u .yui-g,
.yui-gc .yui-u .yui-g {
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment