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/09 14:57:03 UTC

svn commit: r1336163 - in /httpd/site/trunk: content/css/apsite.css templates/core.html

Author: humbedooh
Date: Wed May  9 12:57:02 2012
New Revision: 1336163

URL: http://svn.apache.org/viewvc?rev=1336163&view=rev
Log:
Make the documents valid as strict xhtml

Modified:
    httpd/site/trunk/content/css/apsite.css
    httpd/site/trunk/templates/core.html

Modified: httpd/site/trunk/content/css/apsite.css
URL: http://svn.apache.org/viewvc/httpd/site/trunk/content/css/apsite.css?rev=1336163&r1=1336162&r2=1336163&view=diff
==============================================================================
--- httpd/site/trunk/content/css/apsite.css (original)
+++ httpd/site/trunk/content/css/apsite.css Wed May  9 12:57:02 2012
@@ -746,6 +746,7 @@ div#page-header img {
     margin: -79px 0 1px 2em;
     width: 800px;
     height: 80px;
+    border: none;
 }
 
 div#page-header p.apache {
@@ -909,12 +910,6 @@ div#footer {
     padding-left: 0em;
 }
 
-div#footer p.apache {
-    float: left;
-    text-align: left;
-    padding: 0 0 1em 0;
-    margin-top: 0;
-}
 
 div#footer p.menu {
     float: right;

Modified: httpd/site/trunk/templates/core.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/templates/core.html?rev=1336163&r1=1336162&r2=1336163&view=diff
==============================================================================
--- httpd/site/trunk/templates/core.html (original)
+++ httpd/site/trunk/templates/core.html Wed May  9 12:57:02 2012
@@ -13,7 +13,7 @@
             <p class="menu">&nbsp;</p>
             <p class="apache">&nbsp;</p>
             <a href="/">
-            <img alt="" width="800" height="72" src="/images/httpd_logo_wide_new.png" border="0" />
+            <img alt="" width="800" height="72" src="/images/httpd_logo_wide_new.png" />
             </a>
         </div>
         {% endblock %}