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

[lucy-commits] svn commit: r789342 - in /websites/staging/lucy/trunk/content/lucy: css/lucy.css index.html

Author: buildbot
Date: Sun May  8 01:50:05 2011
New Revision: 789342

Log:
Staging update by buildbot

Modified:
    websites/staging/lucy/trunk/content/lucy/css/lucy.css
    websites/staging/lucy/trunk/content/lucy/index.html

Modified: websites/staging/lucy/trunk/content/lucy/css/lucy.css
==============================================================================
--- websites/staging/lucy/trunk/content/lucy/css/lucy.css (original)
+++ websites/staging/lucy/trunk/content/lucy/css/lucy.css Sun May  8 01:50:05 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: websites/staging/lucy/trunk/content/lucy/index.html
==============================================================================
--- websites/staging/lucy/trunk/content/lucy/index.html (original)
+++ websites/staging/lucy/trunk/content/lucy/index.html Sun May  8 01:50:05 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 -->