[Bps-public-commit] r20195 - RT-Extension-rt_cpan_org/html/NoAuth/css/rt.cpan.org

ruz at bestpractical.com ruz at bestpractical.com
Thu Dec 10 06:00:27 EST 2009


Author: ruz
Date: Thu Dec 10 06:00:25 2009
New Revision: 20195

Modified:
   RT-Extension-rt_cpan_org/html/NoAuth/css/rt.cpan.org/main.css

Log:
* move clearfix css class into RT's core

Modified: RT-Extension-rt_cpan_org/html/NoAuth/css/rt.cpan.org/main.css
==============================================================================
--- RT-Extension-rt_cpan_org/html/NoAuth/css/rt.cpan.org/main.css	(original)
+++ RT-Extension-rt_cpan_org/html/NoAuth/css/rt.cpan.org/main.css	Thu Dec 10 06:00:25 2009
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
- at import url(<% $RT::WebPath %>/NoAuth/css/web2/main.css);
+ at import url(<% $RT::WebPath %>/NoAuth/css/3.5-default/main.css);
 
 body { background-color: white; }
 
@@ -107,21 +107,3 @@
 .contact-info {
     text-align: right;
 }
-
-* html .clearfix {
-    height: 1%; /* IE5-6 */
-}
-.clearfix {
-    display: inline-block; /* IE7xhtml*/
-}
-html[xmlns] .clearfix { /* O */
-    display: block;  
-}
-.clearfix:after { /* FF, O, etc. */
-    content: ".";
-    display: block;
-    height: 0;
-    clear: both;
-    visibility: hidden;
-}
-



More information about the Bps-public-commit mailing list