From commits-return-34959-apmail-directory-commits-archive=directory.apache.org@directory.apache.org Tue Nov 20 18:11:18 2012 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 5827BE3D2 for ; Tue, 20 Nov 2012 18:11:18 +0000 (UTC) Received: (qmail 60797 invoked by uid 500); 20 Nov 2012 18:11:18 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 60743 invoked by uid 500); 20 Nov 2012 18:11:18 -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 60736 invoked by uid 99); 20 Nov 2012 18:11:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2012 18:11:18 +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; Tue, 20 Nov 2012 18:11:16 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 44A5C23888E7 for ; Tue, 20 Nov 2012 18:10:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1411774 - /directory/site/trunk/content/css/common.css Date: Tue, 20 Nov 2012 18:10:55 -0000 To: commits@directory.apache.org From: pamarcelot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121120181055.44A5C23888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pamarcelot Date: Tue Nov 20 18:10:54 2012 New Revision: 1411774 URL: http://svn.apache.org/viewvc?rev=1411774&view=rev Log: Added CSS to fix zoom caption. 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=1411774&r1=1411773&r2=1411774&view=diff ============================================================================== --- directory/site/trunk/content/css/common.css (original) +++ directory/site/trunk/content/css/common.css Tue Nov 20 18:10:54 2012 @@ -365,24 +365,6 @@ table border-collapse: collapse; } -table td -{ - border-width: 1px; - border-style: solid; - border-color: #ccc; - padding: 3px 4px 3px 4px; -} - -table th -{ - border-width: 1px; - border-style: solid; - border-color: #ccc; - padding: 3px 4px 3px 4px; - background-color: #f0f0f0; - text-align: center; -} - td { border-width: 1px; @@ -600,6 +582,27 @@ th border: 0; } +#ZoomCapDiv +{ + +} + + + +#ZoomCapDiv table +{ + margin: 0; + border-collapse: separate; +} + +#ZoomCapDiv td +{ + border-width: 0; + border-style: none; + border-color: transparent; + padding: 0; +} + /* clearfix */ .clearfix