You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by bu...@apache.org on 2012/01/20 20:19:15 UTC

svn commit: r802973 - /websites/staging/ace/trunk/content/css/style.css

Author: buildbot
Date: Fri Jan 20 19:19:15 2012
New Revision: 802973

Log:
Staging update by buildbot for ace

Modified:
    websites/staging/ace/trunk/content/css/style.css

Modified: websites/staging/ace/trunk/content/css/style.css
==============================================================================
--- websites/staging/ace/trunk/content/css/style.css (original)
+++ websites/staging/ace/trunk/content/css/style.css Fri Jan 20 19:19:15 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;}