You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2012/10/22 21:38:48 UTC

svn commit: r1401044 - /incubator/flex/site/trunk/templates/flex_header.html

Author: erikdebruin
Date: Mon Oct 22 19:38:48 2012
New Revision: 1401044

URL: http://svn.apache.org/viewvc?rev=1401044&view=rev
Log:
Working on the new website design.

Modified:
    incubator/flex/site/trunk/templates/flex_header.html

Modified: incubator/flex/site/trunk/templates/flex_header.html
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/templates/flex_header.html?rev=1401044&r1=1401043&r2=1401044&view=diff
==============================================================================
--- incubator/flex/site/trunk/templates/flex_header.html (original)
+++ incubator/flex/site/trunk/templates/flex_header.html Mon Oct 22 19:38:48 2012
@@ -24,8 +24,10 @@
         
         .mainContent {
         	background-color: #e6e5e5;
-        	background-image: url("./assets/images/bglogo.png");
+        	background-image: url('./assets/images/bglogo.png');
+        	border: 1px solid red;
         	height: 860px;
+        	position: absolute;
         	width: 860px;
         }