You are viewing a plain text version of this content. The canonical link for it is here.
Posted to easyant-commits@incubator.apache.org by jl...@apache.org on 2011/03/11 16:05:04 UTC

svn commit: r1080632 - in /incubator/easyant/site/sources: images/easyant_logo.psd style/style.css template.html

Author: jlboudart
Date: Fri Mar 11 16:05:04 2011
New Revision: 1080632

URL: http://svn.apache.org/viewvc?rev=1080632&view=rev
Log:
Changing main layout and add easyant logo source

Added:
    incubator/easyant/site/sources/images/easyant_logo.psd   (with props)
Modified:
    incubator/easyant/site/sources/style/style.css
    incubator/easyant/site/sources/template.html

Added: incubator/easyant/site/sources/images/easyant_logo.psd
URL: http://svn.apache.org/viewvc/incubator/easyant/site/sources/images/easyant_logo.psd?rev=1080632&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/easyant/site/sources/images/easyant_logo.psd
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: incubator/easyant/site/sources/style/style.css
URL: http://svn.apache.org/viewvc/incubator/easyant/site/sources/style/style.css?rev=1080632&r1=1080631&r2=1080632&view=diff
==============================================================================
--- incubator/easyant/site/sources/style/style.css (original)
+++ incubator/easyant/site/sources/style/style.css Fri Mar 11 16:05:04 2011
@@ -105,7 +105,7 @@ table, sortable {
 
 #incubatorlogo  {
     float: right;
-    padding: 25px 0 0 0;
+    padding: 65px 0 0 0;
 }
 
 /* Header > Top Menu */
@@ -247,8 +247,8 @@ table, sortable {
 /* Posts */
 
 #posts {
-    float: left;
-    width: 75%;
+    float: right;
+    width: 85%;
 }
 
 /* Links */
@@ -292,8 +292,8 @@ table, sortable {
 /* Content > Sidebar */
 
 #sidebar {
-    float: right;
-    width: 23%;
+    float: left;
+    width: 14%;
 }
 
 td.spacer {

Modified: incubator/easyant/site/sources/template.html
URL: http://svn.apache.org/viewvc/incubator/easyant/site/sources/template.html?rev=1080632&r1=1080631&r2=1080632&view=diff
==============================================================================
--- incubator/easyant/site/sources/template.html (original)
+++ incubator/easyant/site/sources/template.html Fri Mar 11 16:05:04 2011
@@ -50,16 +50,17 @@
 </div>
 <!-- end #menu -->
 <div id="content">
-    <div id="posts">
-        ${body}
-    </div>
-    <!-- end #posts -->
     <div id="sidebar" class="boxed">
         <h2 class="title">EasyAnt Menu</h2>
         <div id="links">
                 ${menu}
         </div>
     </div>
+
+    <div id="posts">
+        ${body}
+    </div>
+    <!-- end #posts -->
     <!-- end #links -->
     <div style="clear: both;">&nbsp;</div>
 </div>