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:45:08 UTC

svn commit: r1381627 - in /pivot/site/trunk/www: images/asf_logo_wide_transp.png styles/pivot.css

Author: smartini
Date: Thu Sep  6 14:45:07 2012
New Revision: 1381627

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

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

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

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

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