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

svn commit: r1402947 - /directory/site/trunk/content/css/common.css

Author: elecharny
Date: Sun Oct 28 07:30:53 2012
New Revision: 1402947

URL: http://svn.apache.org/viewvc?rev=1402947&view=rev
Log:
Fixed the navigation bar size

Modified:
    directory/site/trunk/content/css/common.css

Modified: directory/site/trunk/content/css/common.css
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/css/common.css?rev=1402947&r1=1402946&r2=1402947&view=diff
==============================================================================
--- directory/site/trunk/content/css/common.css (original)
+++ directory/site/trunk/content/css/common.css Sun Oct 28 07:30:53 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 */