You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gn...@apache.org on 2011/02/10 20:29:57 UTC

svn commit: r1069538 - /karaf/site/resources/site.css

Author: gnodet
Date: Thu Feb 10 19:29:57 2011
New Revision: 1069538

URL: http://svn.apache.org/viewvc?rev=1069538&view=rev
Log:
Fix css so that the copyrights / trademarks are visible

Modified:
    karaf/site/resources/site.css

Modified: karaf/site/resources/site.css
URL: http://svn.apache.org/viewvc/karaf/site/resources/site.css?rev=1069538&r1=1069537&r2=1069538&view=diff
==============================================================================
--- karaf/site/resources/site.css (original)
+++ karaf/site/resources/site.css Thu Feb 10 19:29:57 2011
@@ -59,10 +59,13 @@ body {
   padding: 0px 50px 0px 50px; 
   min-height: 0em;
   text-align: center;
-  color: #5b8fbe;
+  color: white;
   font-size: 65%;
   font-family: Verdana, arial, sans-serif;
 }
+#site-footer {
+  margin: 5px;
+}
 #footer a:link, #footer a:visited {
   color: white;
   text-decoration: none;