Created
May 9, 2009 23:49
-
-
Save bcurren/109444 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="yui-gc"> | |
| <div class="yui-u first"> | |
| Some content here that should be 66% | |
| <div class="yui-g"> | |
| <div class="yui-u first> | |
| Should be 50% of parent not 33% | |
| </div> | |
| <div class="yui-u first> | |
| Should be 50% of parent not 33% | |
| </div> | |
| </div> | |
| <div class="yui-u"> | |
| Some content here that should be 33% | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment