You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ve...@apache.org on 2009/03/20 23:19:49 UTC

svn commit: r756785 - /synapse/trunk/java/src/site/resources/css/site.css

Author: veithen
Date: Fri Mar 20 22:19:49 2009
New Revision: 756785

URL: http://svn.apache.org/viewvc?rev=756785&view=rev
Log:
Changed the CSS so that the padding of the body column is symmetric.

Modified:
    synapse/trunk/java/src/site/resources/css/site.css

Modified: synapse/trunk/java/src/site/resources/css/site.css
URL: http://svn.apache.org/viewvc/synapse/trunk/java/src/site/resources/css/site.css?rev=756785&r1=756784&r2=756785&view=diff
==============================================================================
--- synapse/trunk/java/src/site/resources/css/site.css (original)
+++ synapse/trunk/java/src/site/resources/css/site.css Fri Mar 20 22:19:49 2009
@@ -25,7 +25,7 @@
     background-color:#bcbcbc;
     text-indent:10px;
     margin-left:-15px;
-    margin-right:-5px;
+    margin-right:-15px;
     margin-top:-5px;
     color:#000000;
 }
@@ -176,6 +176,7 @@
     margin-left:194px;
     margin-top:10px;
     padding-left:10px;
+    padding-right:10px;
 }
 .menu-bottom-left{
     background-image:url(../images/apache-synapse-menu-bottom.jpg);