Author: ruwan
Date: Tue Nov 30 14:33:38 2010
New Revision: 1040540
URL: http://svn.apache.org/viewvc?rev=1040540&view=rev
Log:
Fixing the styles of the synapse site
Modified:
synapse/branches/2.0/src/site/resources/css/site.css
synapse/branches/2.0/src/site/xdoc/Synapse_Configuration_Language.xml
synapse/branches/2.0/src/site/xdoc/Synapse_Samples.xml
synapse/branches/2.0/src/site/xdoc/Synapse_Samples_Setup.xml
Modified: synapse/branches/2.0/src/site/resources/css/site.css
URL:
http://svn.apache.org/viewvc/synapse/branches/2.0/src/site/resources/css/site.css?rev=1040540&r1=1040539&r2=1040540&view=diff
==============================================================================
--- synapse/branches/2.0/src/site/resources/css/site.css (original)
+++ synapse/branches/2.0/src/site/resources/css/site.css Tue Nov 30 14:33:38
2010
@@ -2,7 +2,7 @@
body{
padding:0px;
margin:0px;
- width:1000px;
+ /*width:1000px;*/
}
a{
color:#557f95;
@@ -65,12 +65,11 @@ pre{
}
.composite{
/* Uncomment these lines to give a fixed width with centered positioning ....*/
- position:absolute;
- left:50%;
- width:980px;
- margin-left:-490px;
- border:solid 1px #83b0c0;
- margin-top:5px;
+ /*position:absolute;*/
+ /*left:50%;*/
+ /*width:980px;*/
+ /*margin: 5px;*/
+ /*border:solid 1px #83b0c0;*/
}
/* header styles */
@@ -109,11 +108,7 @@ pre{
right:0px;
top:0px;
}
-.xleft{
- color:#929292;
- right:200px;
- position:absolute;
-}
+
.top-menu a{
color:#000000;
text-decoration:none;
Modified: synapse/branches/2.0/src/site/xdoc/Synapse_Configuration_Language.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.0/src/site/xdoc/Synapse_Configuration_Language.xml?rev=1040540&r1=1040539&r2=1040540&view=diff
==============================================================================
--- synapse/branches/2.0/src/site/xdoc/Synapse_Configuration_Language.xml
(original)
+++ synapse/branches/2.0/src/site/xdoc/Synapse_Configuration_Language.xml Tue
Nov 30 14:33:38 2010
@@ -35,82 +35,14 @@
margin-top: 5px;
margin-bottom: 5px;
}
- li {
- font-family: Verdana, arial, sans-serif;
- font-size: 11px;
- line-height: 16px;
- color: #000000;
- font-weight: normal;
- }
- p {
- font-family: Verdana, arial, sans-serif;
- font-size: 11px;
- line-height: 16px;
- color: #000000;
- font-weight: normal;
- }
- pre {
- padding: 0px;
- margin-top: 5px;
- margin-left: 15px;
- margin-bottom: 5px;
- margin-right: 5px;
- text-align: left;
- background-color: #f0f0f0;
- padding: 3px;
- border: 1px dashed #3c78b5;
- font-size: 11px;
- font-family: Courier;
- margin: 10px;
- line-height: 13px;
- overflow: auto;
- }
- h1 {
- font-size: 24px;
- line-height: normal;
- font-weight: bold;
- background-color: #f0f0f0;
- color: #003366;
- border-bottom: 1px solid #3c78b5;
- padding: 2px;
- margin: 36px 0px 4px 0px;
- }
- h2 {
- font-size: 18px;
- line-height: normal;
- font-weight: bold;
- background-color: #f0f0f0;
- border-bottom: 1px solid #3c78b5;
- padding: 2px;
- margin: 27px 0px 4px 0px;
- }
- h3 {
- font-size: 14px;
- line-height: normal;
- font-weight: bold;
- background-color: #f0f0f0;
- padding: 2px;
- margin: 21px 0px 4px 0px;
- }
- h4 {
- font-size: 12px;
- line-height: normal;
- font-weight: bold;
- background-color: #f0f0f0;
- padding: 2px;
- margin: 18px 0px 4px 0px;
- }</style>
+ </style>
</head>
<body>
- <div style="margin-top:-40px; float:right; _margin-top:0px;">
- <img alt="Synapse logo"
- src="images/synapse-logo-web2.png" width="197"
- height="82"/>
- </div>
+ <div class="section">
<div>
- <h1>
+ <h2>
Apache Synapse ESB - Configuration
- </h1>
+ </h2>
</div>
<h3>
Overview
@@ -2228,6 +2160,7 @@ where "sequence/dynamic_seq_1.xml" refer
<p/>
<p/>
+ </div>
</body>
</document>
Modified: synapse/branches/2.0/src/site/xdoc/Synapse_Samples.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.0/src/site/xdoc/Synapse_Samples.xml?rev=1040540&r1=1040539&r2=1040540&view=diff
==============================================================================
--- synapse/branches/2.0/src/site/xdoc/Synapse_Samples.xml (original)
+++ synapse/branches/2.0/src/site/xdoc/Synapse_Samples.xml Tue Nov 30 14:33:38
2010
@@ -33,75 +33,11 @@
margin-top: 5px;
margin-bottom: 5px;
}
- li {
- font-family: Verdana, arial, sans-serif;
- font-size: 11px;
- line-height: 16px;
- color: #000000;
- font-weight: normal;
- }
- p {
- font-family: Verdana, arial, sans-serif;
- font-size: 11px;
- line-height: 16px;
- color: #000000;
- font-weight: normal;
- }
- pre {
- padding: 0px;
- margin-top: 5px;
- margin-left: 15px;
- margin-bottom: 5px;
- margin-right: 5px;
- text-align: left;
- background-color: #f0f0f0;
- padding: 3px;
- border: 1px dashed #3c78b5;
- font-size: 11px;
- font-family: Courier;
- margin: 10px;
- line-height: 13px;
- overflow: auto;
- }
- h1 {
- font-size: 24px;
- line-height: normal;
- font-weight: bold;
- background-color: #f0f0f0;
- color: #003366;
- border-bottom: 1px solid #3c78b5;
- padding: 2px;
- margin: 36px 0px 4px 0px;
- }
- h2 {
- font-size: 18px;
- line-height: normal;
- font-weight: bold;
- background-color: #f0f0f0;
- border-bottom: 1px solid #3c78b5;
- padding: 2px;
- margin: 27px 0px 4px 0px;
- }
- h3 {
- font-size: 14px;
- line-height: normal;
- font-weight: bold;
- background-color: #f0f0f0;
- padding: 2px;
- margin: 21px 0px 4px 0px;
- }
- h4 {
- font-size: 12px;
- line-height: normal;
- font-weight: bold;
- background-color: #f0f0f0;
- padding: 2px;
- margin: 18px 0px 4px 0px;
- }</style></head>
+ </style></head>
<body>
-<div style="margin-top:-40px; float:right; _margin-top:0px;"></div>
<div>
-<h1>Apache Synapse ESB - Running the Samples </h1></div>
+<div class="section">
+<h2>Apache Synapse ESB - Running the Samples </h2></div>
<p>This guide will walk you through the built-in samples shipped with the
product, which will cover most of the basic functional sceanrios and
capabilities of Apache Synapse as an ESB. If you are unable to solve your
problem by reading through and running these samples, feel free to raise your
problem on the
<a href="http://synapse.apache.org/mail-lists.html">mailing lists</a>.</p>
<h2>
@@ -5370,4 +5306,5 @@ following on the console:</p>
Same JMX view.
</p>
</div>
+ </div>
</body></document>
Modified: synapse/branches/2.0/src/site/xdoc/Synapse_Samples_Setup.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.0/src/site/xdoc/Synapse_Samples_Setup.xml?rev=1040540&r1=1040539&r2=1040540&view=diff
==============================================================================
--- synapse/branches/2.0/src/site/xdoc/Synapse_Samples_Setup.xml (original)
+++ synapse/branches/2.0/src/site/xdoc/Synapse_Samples_Setup.xml Tue Nov 30
14:33:38 2010
@@ -36,82 +36,15 @@
margin-top: 5px;
margin-bottom: 5px;
}
- li {
- font-family: Verdana, arial, sans-serif;
- font-size: 11px;
- line-height: 16px;
- color: #000000;
- font-weight: normal;
- }
- p, td {
- font-family: Verdana, arial, sans-serif;
- font-size: 11px;
- line-height: 16px;
- color: #000000;
- font-weight: normal;
- }
- pre {
- padding: 0px;
- margin-top: 5px;
- margin-left: 15px;
- margin-bottom: 5px;
- margin-right: 5px;
- text-align: left;
- background-color: #f0f0f0;
- padding: 3px;
- border: 1px dashed #3c78b5;
- font-size: 11px;
- font-family: Courier;
- margin: 10px;
- line-height: 13px;
- overflow: auto;
- }
- h1 {
- font-size: 24px;
- line-height: normal;
- font-weight: bold;
- background-color: #f0f0f0;
- color: #003366;
- border-bottom: 1px solid #3c78b5;
- padding: 2px;
- margin: 36px 0px 4px 0px;
- }
- h2 {
- font-size: 18px;
- line-height: normal;
- font-weight: bold;
- background-color: #f0f0f0;
- border-bottom: 1px solid #3c78b5;
- padding: 2px;
- margin: 27px 0px 4px 0px;
- }
- h3 {
- font-size: 14px;
- line-height: normal;
- font-weight: bold;
- background-color: #f0f0f0;
- padding: 2px;
- margin: 21px 0px 4px 0px;
- }
- h4 {
- font-size: 12px;
- line-height: normal;
- font-weight: bold;
- background-color: #f0f0f0;
- padding: 2px;
- margin: 18px 0px 4px 0px;
- }</style>
+ </style>
</head>
<body>
- <div style="margin-top:-40px; float:right; _margin-top:0px;">
- <img alt="Synapse logo"
- src="images/synapse-logo-web2.png" width="197"
- height="82"/>
- </div>
+ <div class="section">
+
<div>
- <h1>
+ <h2>
Apache Synapse ESB - Samples Setup
- </h1>
+ </h2>
</div>
<p>
@@ -1156,5 +1089,6 @@ synapse.datasources.reportds.maxWait=100
</pre>
</div>
</div>
+</div>
</body>
</document>