Author: simonetripodi
Date: Mon Oct 10 13:09:15 2011
New Revision: 1180937
URL: http://svn.apache.org/viewvc?rev=1180937&view=rev
Log:
added the maven-base css for layout customization
Added:
maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-base.css
(with props)
Modified:
maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
Modified:
maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
URL:
http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm?rev=1180937&r1=1180936&r2=1180937&view=diff
==============================================================================
---
maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
(original)
+++
maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm
Mon Oct 10 13:09:15 2011
@@ -464,6 +464,7 @@
<meta http-equiv="Content-Type" content="text/html;
charset=${outputEncoding}" />
<title>$title</title>
<link rel="stylesheet" href="$relativePath/css/bootstrap-1.3.0.min.css">
+ <link rel="stylesheet" href="$relativePath/css/maven-base.css">
<link rel="stylesheet" href="$relativePath/css/prettify.css"
type="text/css" media="all" />
<script type="text/javascript" src="$relativePath/js/prettify.js"></script>
#foreach( $author in $authors )
Added:
maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-base.css
URL:
http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-base.css?rev=1180937&view=auto
==============================================================================
---
maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-base.css
(added)
+++
maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-base.css
Mon Oct 10 13:09:15 2011
@@ -0,0 +1,22 @@
+/*
+ * 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{padding-top: 60px;}
Propchange:
maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-base.css
------------------------------------------------------------------------------
svn:mime-type = text/css