diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-15 21:21:32 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-15 21:21:32 -0600 |
commit | 7a5168238338077925dbfb82b3e541863cea35dd (patch) | |
tree | 646b0aefa735ab1b651491534c857dd6db87c06c /lib | |
parent | b4ef3affd2988a3dcfafcc04753501571db9fb9c (diff) |
Removed final two specific clear fixes for the developer module and the admin theme's main menu.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gallery.common.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index cc44b663..264d3c2e 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -315,14 +315,9 @@ form .g-error { /** ******************************************************************* * 6) Browser hacks - * @todo Insert .g-clearfix in context of specific selectors - * listed then delete them *********************************************************************/ -.g-clearfix:after, -#g-site-admin-menu:after, -#g-module-create-form ul li ul:after, -#g-developer-tools:after { +.g-clearfix:after { clear: both; content: "."; display: block; |