You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2013/01/29 16:35:53 UTC

svn commit: r1439947 - in /subversion/site/publish: site-nav.html style/site.css

Author: brane
Date: Tue Jan 29 15:35:53 2013
New Revision: 1439947

URL: http://svn.apache.org/viewvc?rev=1439947&view=rev
Log:
* publish/site-nav.html: Advertise ApacheCon NA 2013.
* publish/style/site.css: Temporarily change navigation bar width.

Modified:
    subversion/site/publish/site-nav.html
    subversion/site/publish/style/site.css

Modified: subversion/site/publish/site-nav.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/site-nav.html?rev=1439947&r1=1439946&r2=1439947&view=diff
==============================================================================
--- subversion/site/publish/site-nav.html (original)
+++ subversion/site/publish/site-nav.html Tue Jan 29 15:35:53 2013
@@ -52,6 +52,13 @@
   </form>
 </div> <!-- #site-search -->
 
+<div id="site-acna13-advert">
+<iframe
+  src="http://www.eventbrite.com/countdown-widget?eid=3952423806"
+  style="height:357px;width:210px;border:0;margin:0"
+  scrolling="no" allowtransparency="true"></iframe>
+</div> <!-- site-acna13-advert -->
+
 <div id="site-svnbook-block">
 <p>Read the official Subversion
    documentation <a href="http://svnbook.org" class="linkaway">online</a>!</p>

Modified: subversion/site/publish/style/site.css
URL: http://svn.apache.org/viewvc/subversion/site/publish/style/site.css?rev=1439947&r1=1439946&r2=1439947&view=diff
==============================================================================
--- subversion/site/publish/style/site.css (original)
+++ subversion/site/publish/style/site.css Tue Jan 29 15:35:53 2013
@@ -82,7 +82,8 @@ pre {
     position: absolute;
     top: 101px;
     left: 0px;
-    width: 15em;
+    /* FIXME: Use this when ACNA banner is removed. width: 15em; */
+    width: 218px;
     border-top: solid 10px #aece5b;
     background-color: #d6e3b2;
   }