Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D47A6D474 for ; Sun, 28 Oct 2012 07:31:48 +0000 (UTC) Received: (qmail 41161 invoked by uid 500); 28 Oct 2012 07:31:48 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 41037 invoked by uid 500); 28 Oct 2012 07:31:48 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 40965 invoked by uid 99); 28 Oct 2012 07:31:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Oct 2012 07:31:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Oct 2012 07:31:43 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id EC5632388A29 for ; Sun, 28 Oct 2012 07:30:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r836395 - in /websites/staging/directory/trunk/content: ./ css/common.css Date: Sun, 28 Oct 2012 07:30:58 -0000 To: commits@directory.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121028073058.EC5632388A29@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 */