You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2011/12/31 13:50:58 UTC

svn commit: r1226077 - /maven/skins/trunk/maven-fluido-skin/src/main/resources/css/maven-theme.css

Author: rfscholte
Date: Sat Dec 31 12:50:58 2011
New Revision: 1226077

URL: http://svn.apache.org/viewvc?rev=1226077&view=rev
Log:
Set footer background to #EEE, transparent will be ugly if the page has a background image

Modified:
    maven/skins/trunk/maven-fluido-skin/src/main/resources/css/maven-theme.css

Modified: maven/skins/trunk/maven-fluido-skin/src/main/resources/css/maven-theme.css
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/main/resources/css/maven-theme.css?rev=1226077&r1=1226076&r2=1226077&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/src/main/resources/css/maven-theme.css (original)
+++ maven/skins/trunk/maven-fluido-skin/src/main/resources/css/maven-theme.css Sat Dec 31 12:50:58 2011
@@ -57,4 +57,7 @@ tt{padding:0 3px 2px;font-family:Monaco,
 li{color:#404040;}
 
 /* avoid transparent background of table */
-table.zebra-striped{background-color:#FFF}
\ No newline at end of file
+table.zebra-striped{background-color:#FFF}
+
+/* avoid transparent footer */
+.footer{background-color:#EEE}
\ No newline at end of file