You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2012/08/05 13:16:01 UTC

svn commit: r1369553 - in /creadur/rat/trunk/src/site: resources/css/ resources/css/site.css site.xml

Author: rdonkin
Date: Sun Aug  5 11:16:01 2012
New Revision: 1369553

URL: http://svn.apache.org/viewvc?rev=1369553&view=rev
Log:
Style footer so it doesn't look so out of place

Added:
    creadur/rat/trunk/src/site/resources/css/
    creadur/rat/trunk/src/site/resources/css/site.css   (with props)
Modified:
    creadur/rat/trunk/src/site/site.xml

Added: creadur/rat/trunk/src/site/resources/css/site.css
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/src/site/resources/css/site.css?rev=1369553&view=auto
==============================================================================
--- creadur/rat/trunk/src/site/resources/css/site.css (added)
+++ creadur/rat/trunk/src/site/resources/css/site.css Sun Aug  5 11:16:01 2012
@@ -0,0 +1,27 @@
+/*
+  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.    
+*/
+footer {
+	font-family: "Mate SC", "Lucida Console", Monaco, monospace;
+	font-size: 9pt;
+	padding: 5px 10px;
+	text-align: justify;
+	border: thin solid #D0D0D0;
+	background-color: #F8F8F8;
+	color: #404040;
+}
\ No newline at end of file

Propchange: creadur/rat/trunk/src/site/resources/css/site.css
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: creadur/rat/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/src/site/site.xml?rev=1369553&r1=1369552&r2=1369553&view=diff
==============================================================================
--- creadur/rat/trunk/src/site/site.xml (original)
+++ creadur/rat/trunk/src/site/site.xml Sun Aug  5 11:16:01 2012
@@ -34,8 +34,15 @@
             img="http://maven.apache.org/images/logos/maven-feather.png"/>
             
   </poweredBy>
-  
-  <body>    
+    
+  <body>
+    <head>
+      <link 
+            href='http://fonts.googleapis.com/css?family=Mate+SC' 
+            rel='stylesheet' 
+            type='text/css'/>
+    </head>
+      
     <breadcrumbs>
       <item name="Apache" href="http://www.apache.org/"/>
       <item name="Creadur" href="http://creadur.apache.org/"/>