Return-Path: X-Original-To: apmail-ace-commits-archive@www.apache.org Delivered-To: apmail-ace-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 1DD5EBAC3 for ; Fri, 20 Jan 2012 19:19:32 +0000 (UTC) Received: (qmail 94249 invoked by uid 500); 20 Jan 2012 19:19:32 -0000 Delivered-To: apmail-ace-commits-archive@ace.apache.org Received: (qmail 94225 invoked by uid 500); 20 Jan 2012 19:19:31 -0000 Mailing-List: contact commits-help@ace.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ace.apache.org Delivered-To: mailing list commits@ace.apache.org Received: (qmail 94217 invoked by uid 99); 20 Jan 2012 19:19:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jan 2012 19:19:31 +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, 20 Jan 2012 19:19:30 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 59AF523888FE for ; Fri, 20 Jan 2012 19:19:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1234083 - /ace/site/trunk/content/css/style.css Date: Fri, 20 Jan 2012 19:19:10 -0000 To: commits@ace.apache.org From: marrs@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120120191910.59AF523888FE@eris.apache.org> Author: marrs Date: Fri Jan 20 19:19:09 2012 New Revision: 1234083 URL: http://svn.apache.org/viewvc?rev=1234083&view=rev Log: Small updates, just to validate this works. Modified: ace/site/trunk/content/css/style.css Modified: ace/site/trunk/content/css/style.css URL: http://svn.apache.org/viewvc/ace/site/trunk/content/css/style.css?rev=1234083&r1=1234082&r2=1234083&view=diff ============================================================================== --- ace/site/trunk/content/css/style.css (original) +++ ace/site/trunk/content/css/style.css Fri Jan 20 19:19:09 2012 @@ -1,3 +1,5 @@ +/* @override http://ace.staging.apache.org/css/style.css */ + @import url('reset.css'); @import url('text.css'); @import url('960.css'); @@ -6,7 +8,7 @@ a { color: #3E4F90;} a:hover { text-decoration:underline;} -body {background: #ddd; min-width: 1063px;} +body {background: #ccc; min-width: 1063px;} .container_16 {background: #fff; border-bottom: 2px solid #bbb; border-top: 1px solid #ccc;} #header h1 {margin-bottom: 30px; margin-top: 25px; margin-left: 0px; font-size: 18px;} @@ -52,8 +54,9 @@ body {background: #ddd; min-width: 1063p #footer .links { padding: 10px;} #footer ul li { font-size: 14px;} #footer ul li#more {list-style:none;} -#copyright {background: transparent; margin-top: 20px; font-size: 15px;} +#copyright {background: transparent; margin-top: 20px; font-size: 13px; color: #666;} #copyright { border-bottom: 0px; border-top: 0px;} +#copyright a { color: #626b90;} #impact { padding-bottom: 20px;} #impact h4 { margin-bottom: 15px;} #impact div {padding-right: 30px;} @@ -62,5 +65,5 @@ body {background: #ddd; min-width: 1063p .bug { background: transparent url('../images/bug.jpg') no-repeat left; padding-left: 20px;} .svn { background: transparent url('../images/svn.jpg') no-repeat left; padding-left: 20px;} #search {float:right;} -#search input[type=text] { font-size: 13px; width: 300px; color: #aaa;} +#search input[type=text] { font-size: 13px; width: 200px; color: #aaa;} #project_menu ul li { font-size: 14px;}