You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2012/09/06 16:50:51 UTC

svn commit: r1381630 - in /pivot/site/trunk/deploy: images/asf_logo_wide_transp.png styles/pivot.css

Author: smartini
Date: Thu Sep  6 14:50:51 2012
New Revision: 1381630

URL: http://svn.apache.org/viewvc?rev=1381630&view=rev
Log:
PIVOT-750, add ASF logo transparent, and update css to handle it

Added:
    pivot/site/trunk/deploy/images/asf_logo_wide_transp.png   (with props)
Modified:
    pivot/site/trunk/deploy/styles/pivot.css

Added: pivot/site/trunk/deploy/images/asf_logo_wide_transp.png
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/images/asf_logo_wide_transp.png?rev=1381630&view=auto
==============================================================================
Binary file - no diff available.

Propchange: pivot/site/trunk/deploy/images/asf_logo_wide_transp.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: pivot/site/trunk/deploy/styles/pivot.css
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/styles/pivot.css?rev=1381630&r1=1381629&r2=1381630&view=diff
==============================================================================
--- pivot/site/trunk/deploy/styles/pivot.css (original)
+++ pivot/site/trunk/deploy/styles/pivot.css Thu Sep  6 14:50:51 2012
@@ -88,6 +88,13 @@ h3 {
 	z-index: 499;
 }
 
+.logoASF {
+	position: absolute;
+	right: 10px;
+	top: 10px;
+	z-index: 499;
+}
+
 .logo img {
 	width: 140px;
 }