Created
November 1, 2011 21:40
-
-
Save bvibber/1332008 to your computer and use it in GitHub Desktop.
This file contains 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
+html > body .portlet { | |
+ float: left; | |
+ clear: left; | |
+} | |
+/* recover IEMac (might be fine with the float, but usually it's close to IE */ | |
+*>body .portlet { | |
+ float: none; | |
+ clear: none; | |
+} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment