Author: sebb
Date: Fri Mar 4 02:57:42 2011
New Revision: 1076927
URL: http://svn.apache.org/viewvc?rev=1076927&view=rev
Log:
Add copy of commons-maven.css from commons-build, modified to remove ApacheCon
background logo
Added:
commons/proper/commons-skin/trunk/src/main/resources/css/commons-maven.css
- copied, changed from r1076920,
commons/proper/commons-build/trunk/xdocs/style/commons-maven.css
Modified:
commons/proper/commons-skin/trunk/src/main/resources/css/site.css
Copied:
commons/proper/commons-skin/trunk/src/main/resources/css/commons-maven.css
(from r1076920,
commons/proper/commons-build/trunk/xdocs/style/commons-maven.css)
URL:
http://svn.apache.org/viewvc/commons/proper/commons-skin/trunk/src/main/resources/css/commons-maven.css?p2=commons/proper/commons-skin/trunk/src/main/resources/css/commons-maven.css&p1=commons/proper/commons-build/trunk/xdocs/style/commons-maven.css&r1=1076920&r2=1076927&rev=1076927&view=diff
==============================================================================
--- commons/proper/commons-build/trunk/xdocs/style/commons-maven.css (original)
+++ commons/proper/commons-skin/trunk/src/main/resources/css/commons-maven.css
Fri Mar 4 02:57:42 2011
@@ -1,3 +1,24 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/* $Id$ */
+
body {
color: #000;
background-color: #fff;
@@ -76,14 +97,9 @@ div#leftColumn {
border-top: none;
border-left: none;
width: 150px;
-
- background-image:url(http://www.apache.org/events/current-event-125x125.png);
- background-repeat: no-repeat;
- background-position: 50% 1%;
}
-div#navcolumn {
- margin-top: 129px;
+div#navcolumn {
color: #000;
border: none;
padding: 6px 4px 0 8px;
Modified: commons/proper/commons-skin/trunk/src/main/resources/css/site.css
URL:
http://svn.apache.org/viewvc/commons/proper/commons-skin/trunk/src/main/resources/css/site.css?rev=1076927&r1=1076926&r2=1076927&view=diff
==============================================================================
--- commons/proper/commons-skin/trunk/src/main/resources/css/site.css (original)
+++ commons/proper/commons-skin/trunk/src/main/resources/css/site.css Fri Mar
4 02:57:42 2011
@@ -1,2 +1,2 @@
/* $Id$ */
-@import url("http://commons.apache.org/style/commons-maven.css");
+@import url("commons-maven.css");