Skip to content

Instantly share code, notes, and snippets.

@2dpi
Created July 24, 2012 10:49
Show Gist options
  • Save 2dpi/3169358 to your computer and use it in GitHub Desktop.
Save 2dpi/3169358 to your computer and use it in GitHub Desktop.
CSS Equal % Widths Cross Browser
/* to fix bug in chrome rendering 1px less than Firefox */
.wide_third {
max-width: 33.334%;
min-width: 33.333%;
/* IE conditional */
=width: 33.333%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment