You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/05/08 14:36:38 UTC

svn commit: r1335474 - /httpd/site/trunk/content/css/apsite.css

Author: humbedooh
Date: Tue May  8 12:36:37 2012
New Revision: 1335474

URL: http://svn.apache.org/viewvc?rev=1335474&view=rev
Log:
Fix up the CSS to go along with the new logo size

Modified:
    httpd/site/trunk/content/css/apsite.css

Modified: httpd/site/trunk/content/css/apsite.css
URL: http://svn.apache.org/viewvc/httpd/site/trunk/content/css/apsite.css?rev=1335474&r1=1335473&r2=1335474&view=diff
==============================================================================
--- httpd/site/trunk/content/css/apsite.css (original)
+++ httpd/site/trunk/content/css/apsite.css Tue May  8 12:36:37 2012
@@ -741,16 +741,16 @@ div#page-header {
 div#page-header img {
     padding: 0;
     display: block;
-    margin: -72px 0 1px 2em;
+    margin: -79px 0 1px 2em;
     width: 800px;
-    height: 72px;
+    height: 80px;
 }
 
 div#page-header p.apache {
     background-color: #304558;
     color: #fff;
     padding: 0 0 0 248px;
-    margin: 0;
+    margin: 8px 0 0 0;
     text-align: center;
     vertical-align: middle;
     font-size: 16px;