You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by hi...@apache.org on 2011/12/23 06:34:38 UTC

svn commit: r1222570 - /synapse/branches/2.1/src/site/resources/css/site.css

Author: hiranya
Date: Fri Dec 23 05:34:38 2011
New Revision: 1222570

URL: http://svn.apache.org/viewvc?rev=1222570&view=rev
Log:
Documentation CSS update

Modified:
    synapse/branches/2.1/src/site/resources/css/site.css

Modified: synapse/branches/2.1/src/site/resources/css/site.css
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/src/site/resources/css/site.css?rev=1222570&r1=1222569&r2=1222570&view=diff
==============================================================================
--- synapse/branches/2.1/src/site/resources/css/site.css (original)
+++ synapse/branches/2.1/src/site/resources/css/site.css Fri Dec 23 05:34:38 2011
@@ -187,7 +187,7 @@ table.bodyTable tr:nth-child(odd) {backg
     font-size: 11px;
     font-family: Courier;
     margin: 10px;
-    line-height: 13px;
+    line-height: 25px;
     background-color: #f0f0f0;
     border-bottom: 1px dashed #3c78b5;
     padding: 3px;
@@ -204,4 +204,9 @@ table.bodyTable tr:nth-child(odd) {backg
     font-family: Courier;
     margin: 10px;
     line-height: 13px;
+}
+.xmlConf a {
+    font-size:13px;
+    line-height:20px;
+    font-family: Courier;
 }
\ No newline at end of file