From stdcxx-commits-return-24-apmail-incubator-stdcxx-commits-archive=incubator.apache.org@incubator.apache.org Wed Aug 03 23:08:37 2005 Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 37836 invoked from network); 3 Aug 2005 23:08:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Aug 2005 23:08:35 -0000 Received: (qmail 20091 invoked by uid 500); 3 Aug 2005 23:08:33 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 20080 invoked by uid 500); 3 Aug 2005 23:08:33 -0000 Mailing-List: contact stdcxx-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-commits@incubator.apache.org Received: (qmail 20067 invoked by uid 500); 3 Aug 2005 23:08:33 -0000 Delivered-To: apmail-incubator-stdcxx-cvs@incubator.apache.org Received: (qmail 20064 invoked by uid 99); 3 Aug 2005 23:08:33 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 03 Aug 2005 16:08:19 -0700 Received: (qmail 36675 invoked by uid 65534); 3 Aug 2005 23:08:13 -0000 Message-ID: <20050803230813.36674.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r227275 - in /incubator/stdcxx/site: basic.css index.html Date: Wed, 03 Aug 2005 23:08:13 -0000 To: stdcxx-cvs@incubator.apache.org From: sebor@apache.org X-Mailer: svnmailer-1.0.3 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: sebor Date: Wed Aug 3 16:08:08 2005 New Revision: 227275 URL: http://svn.apache.org/viewcvs?rev=227275&view=rev Log: 2005-08-03 Martin Sebor * basic.css: Added back the "html>body" bit inadvertentenly removed in a previous commit and added an a.external block to allow external links to be properly displayed. * index.html: Improved the look of the menu, added some non breaking spaces after external links. Modified: incubator/stdcxx/site/basic.css incubator/stdcxx/site/index.html Modified: incubator/stdcxx/site/basic.css URL: http://svn.apache.org/viewcvs/incubator/stdcxx/site/basic.css?rev=227275&r1=227274&r2=227275&view=diff ============================================================================== --- incubator/stdcxx/site/basic.css (original) +++ incubator/stdcxx/site/basic.css Wed Aug 3 16:08:08 2005 @@ -243,7 +243,7 @@ float: right; } -#top .searchbox { +html>body #top .searchbox { bottom: 0px; } @@ -461,7 +461,7 @@ #menu .menupage { margin: 5px 0px 5px 10px; - padding: 0px 3px 0px 12px; + padding: 0px 3px 0px 2px; background-position: top left; font-style : normal; } @@ -693,4 +693,12 @@ display: block; height: 16px; width: 16px; +} + +a.external { + padding: 0 20px 0px 0px; + display:inline; + background-repeat: no-repeat; + background-position: center right; + background-image: url(images/external-link.gif); } Modified: incubator/stdcxx/site/index.html URL: http://svn.apache.org/viewcvs/incubator/stdcxx/site/index.html?rev=227275&r1=227274&r2=227275&view=diff ============================================================================== --- incubator/stdcxx/site/index.html (original) +++ incubator/stdcxx/site/index.html Wed Aug 3 16:08:08 2005 @@ -63,13 +63,21 @@