You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by to...@apache.org on 2011/05/17 06:15:14 UTC

svn commit: r1103995 [1/3] - in /incubator/whirr/trunk: ./ src/site/ src/site/resources/css/ src/site/resources/images/

Author: tomwhite
Date: Tue May 17 04:15:14 2011
New Revision: 1103995

URL: http://svn.apache.org/viewvc?rev=1103995&view=rev
Log:
WHIRR-141. Create a logo. Contributed by Alison Wong.

Added:
    incubator/whirr/trunk/src/site/resources/images/whirr-logo.ai
    incubator/whirr/trunk/src/site/resources/images/whirr-logo.jpg   (with props)
    incubator/whirr/trunk/src/site/resources/images/whirr-logo.png   (with props)
Removed:
    incubator/whirr/trunk/src/site/resources/images/whirr-logo-large.png
    incubator/whirr/trunk/src/site/resources/images/whirr-logo-small.png
Modified:
    incubator/whirr/trunk/CHANGES.txt
    incubator/whirr/trunk/src/site/resources/css/site.css
    incubator/whirr/trunk/src/site/site.xml

Modified: incubator/whirr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/CHANGES.txt?rev=1103995&r1=1103994&r2=1103995&view=diff
==============================================================================
--- incubator/whirr/trunk/CHANGES.txt (original)
+++ incubator/whirr/trunk/CHANGES.txt Tue May 17 04:15:14 2011
@@ -86,6 +86,8 @@ Trunk (unreleased changes)
 
     WHIRR-236. Update Configuration Guides with Recipe Info. (tomwhite)
 
+    WHIRR-141. Create a logo. (Alison Wong via tomwhite)
+
   BUG FIXES
 
     WHIRR-253. ZooKeeper service should only authorize ingress to ZooKeeper 

Modified: incubator/whirr/trunk/src/site/resources/css/site.css
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/src/site/resources/css/site.css?rev=1103995&r1=1103994&r2=1103995&view=diff
==============================================================================
--- incubator/whirr/trunk/src/site/resources/css/site.css (original)
+++ incubator/whirr/trunk/src/site/resources/css/site.css Tue May 17 04:15:14 2011
@@ -18,3 +18,8 @@
   height: 93px;
   background: none;
 }
+
+#banner img {
+  height: 123px;
+  width 130px;
+}