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

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

Author: mfranklin
Date: Tue Apr 26 15:40:15 2011
New Revision: 1096787

URL: http://svn.apache.org/viewvc?rev=1096787&view=rev
Log:
Updated template with new Rave 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=1096787&r1=1096786&r2=1096787&view=diff
==============================================================================
--- incubator/rave/site/trunk/content/rave/css/rave.css (original)
+++ incubator/rave/site/trunk/content/rave/css/rave.css Tue Apr 26 15:40:15 2011
@@ -136,6 +136,10 @@ h1,h2,h3,h4,h5,h6 {
   color: #000;
 }
 
+#logo {
+  width: 150px;
+}
+
 #footer {
  margin-top: 15px;
  margin-left: 200px;

Modified: incubator/rave/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/templates/skeleton.html?rev=1096787&r1=1096786&r2=1096787&view=diff
==============================================================================
--- incubator/rave/site/trunk/templates/skeleton.html (original)
+++ incubator/rave/site/trunk/templates/skeleton.html Tue Apr 26 15:40:15 2011
@@ -18,7 +18,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-
+  <link rel="shortcut icon" href="/rave/images/RAVE-icon.ico" type="image/x-icon" />
   <link href="/rave/css/rave.css" rel="stylesheet" type="text/css">
   <title>{% block title %}{{ headers.title }}{% endblock %}</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -26,7 +26,7 @@
 
 <body>
   <div id="banner">
-    <img alt="Apache Rave (Incubating)" src="/rave/images/logo.png"/>
+    <img id="logo" alt="Apache Rave (Incubating)" src="/rave/images/RAVE-logo_main-logo.png"/>
     <h1 class="title">{% block title %}{{ headers.title }}{% endblock %}</h1>
   </div>