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;}