Return-Path: X-Original-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 47D70CE17 for ; Fri, 22 Jun 2012 21:29:03 +0000 (UTC) Received: (qmail 45543 invoked by uid 500); 22 Jun 2012 21:29:03 -0000 Delivered-To: apmail-incubator-ooo-commits-archive@incubator.apache.org Received: (qmail 45512 invoked by uid 500); 22 Jun 2012 21:29:03 -0000 Mailing-List: contact ooo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-commits@incubator.apache.org Received: (qmail 45501 invoked by uid 99); 22 Jun 2012 21:29:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jun 2012 21:29:03 +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; Fri, 22 Jun 2012 21:28:52 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A993723888CD; Fri, 22 Jun 2012 21:28:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1353034 - /incubator/ooo/ooo-site/trunk/content/css/ooo.css Date: Fri, 22 Jun 2012 21:28:32 -0000 To: ooo-commits@incubator.apache.org From: wave@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120622212832.A993723888CD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wave Date: Fri Jun 22 21:28:31 2012 New Revision: 1353034 URL: http://svn.apache.org/viewvc?rev=1353034&view=rev Log: adjust rightnav support Modified: incubator/ooo/ooo-site/trunk/content/css/ooo.css Modified: incubator/ooo/ooo-site/trunk/content/css/ooo.css URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/css/ooo.css?rev=1353034&r1=1353033&r2=1353034&view=diff ============================================================================== --- incubator/ooo/ooo-site/trunk/content/css/ooo.css (original) +++ incubator/ooo/ooo-site/trunk/content/css/ooo.css Fri Jun 22 21:28:31 2012 @@ -353,14 +353,14 @@ td { #rightnav { border: 1px solid #e6ebed; border-rightt: none; - -moz-border-radius: 10px 0 0 0; - border-radius: 10px 0 0 0; + -moz-border-radius: 0 0 0 10px; + border-radius: 0 0 0 10px; color: #003; float: right; - padding: 5px 15px 15px 20px; + padding: 15px 20px 5px 15px; width: 150px; background: none repeat scroll 0 0 #f5f8fa; - margin: 20px 12px 0 0; + margin: 0 0 20px 12px; } #rightnav img {