You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2011/05/08 03:49:58 UTC

[lucy-commits] svn commit: r1100673 - in /incubator/lucy/site/trunk: content/lucy/css/lucy.css templates/basic.html

Author: marvin
Date: Sun May  8 01:49:57 2011
New Revision: 1100673

URL: http://svn.apache.org/viewvc?rev=1100673&view=rev
Log:
Stop inheriting "header" id styling from www.apache.org CSS.

Modified:
    incubator/lucy/site/trunk/content/lucy/css/lucy.css
    incubator/lucy/site/trunk/templates/basic.html

Modified: incubator/lucy/site/trunk/content/lucy/css/lucy.css
URL: http://svn.apache.org/viewvc/incubator/lucy/site/trunk/content/lucy/css/lucy.css?rev=1100673&r1=1100672&r2=1100673&view=diff
==============================================================================
--- incubator/lucy/site/trunk/content/lucy/css/lucy.css (original)
+++ incubator/lucy/site/trunk/content/lucy/css/lucy.css Sun May  8 01:49:57 2011
@@ -57,14 +57,10 @@
 
 #top {
     border-top: 0px;
+    height: 110px;
 }
 
-/* Override the placement of images within the Apache header CSS, allowing us
- * to center the Lucy logo. */
-#header {
+#logo_box {
     text-align: center;
 }
-#header img {
-    float: none;
-}
 

Modified: incubator/lucy/site/trunk/templates/basic.html
URL: http://svn.apache.org/viewvc/incubator/lucy/site/trunk/templates/basic.html?rev=1100673&r1=1100672&r2=1100673&view=diff
==============================================================================
--- incubator/lucy/site/trunk/templates/basic.html (original)
+++ incubator/lucy/site/trunk/templates/basic.html Sun May  8 01:49:57 2011
@@ -12,7 +12,7 @@
 
     <div id="top" class="container_16">
 
-      <div id="header" class="grid_8">
+      <div id="logo_box" class="grid_8">
         <img src="images/lucy_logo_150x100.png" alt="Apache Lucy™">
       </div> <!-- header -->