Skip to content

Instantly share code, notes, and snippets.

@bvibber
Created November 1, 2011 21:40
Show Gist options
  • Save bvibber/1332008 to your computer and use it in GitHub Desktop.
Save bvibber/1332008 to your computer and use it in GitHub Desktop.
+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