You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bi...@apache.org on 2011/12/13 19:36:23 UTC

svn commit: r1213843 - in /incubator/accumulo/site/trunk: content/accumulo/css/accumulo.css content/accumulo/images/accumulo-logo.png templates/skeleton.html

Author: billie
Date: Tue Dec 13 18:36:22 2011
New Revision: 1213843

URL: http://svn.apache.org/viewvc?rev=1213843&view=rev
Log:
ACCUMULO-87 added logo to staging site

Modified:
    incubator/accumulo/site/trunk/content/accumulo/css/accumulo.css
    incubator/accumulo/site/trunk/content/accumulo/images/accumulo-logo.png
    incubator/accumulo/site/trunk/templates/skeleton.html

Modified: incubator/accumulo/site/trunk/content/accumulo/css/accumulo.css
URL: http://svn.apache.org/viewvc/incubator/accumulo/site/trunk/content/accumulo/css/accumulo.css?rev=1213843&r1=1213842&r2=1213843&view=diff
==============================================================================
--- incubator/accumulo/site/trunk/content/accumulo/css/accumulo.css (original)
+++ incubator/accumulo/site/trunk/content/accumulo/css/accumulo.css Tue Dec 13 18:36:22 2011
@@ -23,14 +23,15 @@ body {
 #banner {
     margin-top: 0;
     min-width: 850px;
-    padding: 20px;
+    padding: 10px;
 }
 #logo {
-    float: left;
+    margin-left: 20px;
+    text-align: left;
 }
 #bannertext {
-    margin-right: 150px;
-    text-align: center;
+    margin-top: 10px;
+    text-align: left;
 }
 .clear {
     clear: both;
@@ -87,7 +88,7 @@ h1, h2, h3, h4, h5, h6 {
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     background: none repeat scroll 0 0 #F5F8FA;
-    border-color: #E6EBED #E6EBED #E6EBED -moz-use-text-color;
+    border-color: #C0C0C0 #C0C0C0 #C0C0C0 -moz-use-text-color;
     border-radius: 0 10px 10px 0;
     border-style: solid solid solid none;
     border-width: 1px 1px 1px medium;

Modified: incubator/accumulo/site/trunk/content/accumulo/images/accumulo-logo.png
URL: http://svn.apache.org/viewvc/incubator/accumulo/site/trunk/content/accumulo/images/accumulo-logo.png?rev=1213843&r1=1213842&r2=1213843&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/accumulo/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/incubator/accumulo/site/trunk/templates/skeleton.html?rev=1213843&r1=1213842&r2=1213843&view=diff
==============================================================================
--- incubator/accumulo/site/trunk/templates/skeleton.html (original)
+++ incubator/accumulo/site/trunk/templates/skeleton.html Tue Dec 13 18:36:22 2011
@@ -37,17 +37,17 @@
 </head>
 
 <body>
-  <div id="banner">
-    <img id="logo" alt="Apache accumulo (Incubating)" src="/accumulo/images/accumulo-logo.png"/>
-    <div id="bannertext">
-&nbsp; 
-    </div><br />
+  <div id="banner">&nbsp;
   </div>
-  
+
   <div id="navigation">
   {% filter markdown %}{% include "sidenav.mdtext" %}{% endfilter %}
   </div>
 
+  <div id="bannertext">
+    <img id="logo" alt="Apache Accumulo (Incubating)" src="/accumulo/images/accumulo-logo.png"/>
+  </div>
+
   <div id="content">
     <h1 class="title">{% block title %}{{ headers.title }}{% endblock %}</h1>
     {% block content %}{{ content|markdown }}{% endblock %}