You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bu...@apache.org on 2012/10/28 08:30:58 UTC

svn commit: r836395 - in /websites/staging/directory/trunk/content: ./ css/common.css

Author: buildbot
Date: Sun Oct 28 07:30:58 2012
New Revision: 836395

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/css/common.css

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Oct 28 07:30:58 2012
@@ -1 +1 @@
-1402654
+1402947

Modified: websites/staging/directory/trunk/content/css/common.css
==============================================================================
--- websites/staging/directory/trunk/content/css/common.css (original)
+++ websites/staging/directory/trunk/content/css/common.css Sun Oct 28 07:30:58 2012
@@ -594,6 +594,26 @@ th 
     background: url('../images/nav_next.png') no-repeat right;
 }
 
+/* clearfix */
+
+.clearfix
+{
+  *zoom: 1;
+}
+
+.clearfix:before,
+.clearfix:after
+{
+    display: table;
+    line-height: 0;
+    content: "";
+}
+
+.clearfix:after
+{
+    clear: both;
+}
+
 .codehilite .hll { background-color: #ffffcc }
 .codehilite  { background: #f0f0f0; }
 .codehilite .c { color: #60a0b0; font-style: italic } /* Comment */