diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-17 12:58:31 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-17 12:58:31 -0600 |
commit | ad0497a8d2956a73d174445a30d9190b1f970caf (patch) | |
tree | 1d80631454feed94164611c6da69cd65eb1a34cf /lib | |
parent | b677eeb5ee4f5e408c3edf890a36d3ccbda9ac3b (diff) |
Drop our g-clearfix in favor of using jQuery UI's ui-helper-clearfix.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gallery.common.css | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index 23262087..74a9642f 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -7,7 +7,6 @@ * 3) States and interactions * 4) Positioning and order * 5) Containers/widgets - * 6) Browser hacks */ /** ******************************************************************* @@ -325,15 +324,3 @@ form .g-error { #g-dialog .g-cancel { margin: .4em 1em; } - -/** ******************************************************************* - * 6) Browser hacks - *********************************************************************/ - -.g-clearfix:after { - clear: both; - content: "."; - display: block; - height: 0; - visibility: hidden; -} |