You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by at...@apache.org on 2011/04/28 16:40:39 UTC

svn commit: r1097484 - in /incubator/rave/site/trunk: content/rave/css/rave.css templates/skeleton.html

Author: ate
Date: Thu Apr 28 14:40:38 2011
New Revision: 1097484

URL: http://svn.apache.org/viewvc?rev=1097484&view=rev
Log:
last bit of tweaking for the asf-logo

Modified:
    incubator/rave/site/trunk/content/rave/css/rave.css
    incubator/rave/site/trunk/templates/skeleton.html

Modified: incubator/rave/site/trunk/content/rave/css/rave.css
URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/content/rave/css/rave.css?rev=1097484&r1=1097483&r2=1097484&view=diff
==============================================================================
--- incubator/rave/site/trunk/content/rave/css/rave.css (original)
+++ incubator/rave/site/trunk/content/rave/css/rave.css Thu Apr 28 14:40:38 2011
@@ -88,7 +88,7 @@ h1,h2,h3,h4,h5,h6 {
   font-size: 0.9em;
   color: #003;
   float: left;
-  padding: 15px 15px 25px 25px;
+  padding: 15px 15px 5px 25px;
   width: 180px;
   background: none repeat scroll 0 0 #f5f8fa;
   margin: 20px 0 20px 0;

Modified: incubator/rave/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/templates/skeleton.html?rev=1097484&r1=1097483&r2=1097484&view=diff
==============================================================================
--- incubator/rave/site/trunk/templates/skeleton.html (original)
+++ incubator/rave/site/trunk/templates/skeleton.html Thu Apr 28 14:40:38 2011
@@ -31,7 +31,9 @@
   
   <div id="navigation">
   {% filter markdown %}{% include "sidenav.mdtext" %}{% endfilter %}
-    <img id="asf-logo" alt="Apache Incubator" src="/rave/images/apache-incubator-logo.png"/>
+    <a alt="Apache Incubator" href="http://incubator.apache.org">
+      <img id="asf-logo" alt="Apache Incubator" src="/rave/images/apache-incubator-logo.png"/>
+    </a>
   </div>
 
   <div id="content">