You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2015/06/25 11:15:44 UTC

svn commit: r1687454 - /comdev/projects.apache.org/site/styles.css

Author: sebb
Date: Thu Jun 25 09:15:43 2015
New Revision: 1687454

URL: http://svn.apache.org/r1687454
Log:
Footer should be centred

Modified:
    comdev/projects.apache.org/site/styles.css

Modified: comdev/projects.apache.org/site/styles.css
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/styles.css?rev=1687454&r1=1687453&r2=1687454&view=diff
==============================================================================
--- comdev/projects.apache.org/site/styles.css (original)
+++ comdev/projects.apache.org/site/styles.css Thu Jun 25 09:15:43 2015
@@ -94,6 +94,9 @@
   background: url('images/bg.png');
   color: #ffffff;
 }
+#footer {
+    text-align: center;
+} 
 #logo {
   height: 53px;
   text-align: center;