You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by sh...@apache.org on 2010/12/22 15:50:59 UTC

svn commit: r1051928 - in /axis/axis2/java/rampart/branches/1_5_x/modules/documentation/src/site: resources/css/site.css site.xml

Author: shankar
Date: Wed Dec 22 14:50:59 2010
New Revision: 1051928

URL: http://svn.apache.org/viewvc?rev=1051928&view=rev
Log:
Applying patch from RAMPART-313 (rampart-site-newupdate.patch)

Modified:
    axis/axis2/java/rampart/branches/1_5_x/modules/documentation/src/site/resources/css/site.css
    axis/axis2/java/rampart/branches/1_5_x/modules/documentation/src/site/site.xml

Modified: axis/axis2/java/rampart/branches/1_5_x/modules/documentation/src/site/resources/css/site.css
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_5_x/modules/documentation/src/site/resources/css/site.css?rev=1051928&r1=1051927&r2=1051928&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_5_x/modules/documentation/src/site/resources/css/site.css (original)
+++ axis/axis2/java/rampart/branches/1_5_x/modules/documentation/src/site/resources/css/site.css Wed Dec 22 14:50:59 2010
@@ -269,20 +269,4 @@ div.source pre {
     text-indent:10px;
     width:100%;
     height:100px;
-}
-li.expanded a{
-    background-color: #e8f4ff;
-    border-left: solid 1px #ff2700;
-    border-bottom: none;
-    font-size: 0.9em;
-    padding: 5px;
-    color: #333333;
-    font-weight: normal;
-    display:block;
-}
-li.expanded li.none a{
-    background-color: #fff;
-    border-left: none;
-    border-bottom: none;
-    font-weight: normal;
 }
\ No newline at end of file

Modified: axis/axis2/java/rampart/branches/1_5_x/modules/documentation/src/site/site.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_5_x/modules/documentation/src/site/site.xml?rev=1051928&r1=1051927&r2=1051928&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_5_x/modules/documentation/src/site/site.xml (original)
+++ axis/axis2/java/rampart/branches/1_5_x/modules/documentation/src/site/site.xml Wed Dec 22 14:50:59 2010
@@ -44,36 +44,36 @@
 		</links>
 		
 		<menu name="Apache Rampart">
-            <item name="Home" href="index.html" />
-	        <item name="Downloads">
-	                <item name="Releases" href="download.html"/>
-	                <item name="Source Code" href="source-repository.html"/>
-	        </item>
-			<item name="Documentation">
-	                <item name="Getting Started" href="quick-start.html"/>
-	                <item name="Samples" href="samples.html"/>
-	                <item name="FAQ" href="http://wiki.apache.org/ws/FrontPage/Rampart/FAQ"/>     
-	                <item name="Rampart Configuration" href="rampartconfig-guide.html"/>
-	                <item name="STS Configuration" href="setting-up-sts.html"/>
-	                <item name="Developer Guide" href="developer-guide.html"/>
-	                <item name="Build the Site" href="siteHowTo.html" /> 
-	        </item>
-			<item name="Resources">
-			  <item name="Articles" href="articles.html" />
-			  <item name="Specifications" href="specifications.html"/>
-			  <item name="Online Javadocs" href="apidocs/index.html"/>
+			<item name="Home" href="index.html" />
+			<item name="Downloads">
+			        <item name="Releases" href="download.html"/>
+			        <item name="Source Code" href="source-repository.html"/>
 			</item>
-			<item name="Project Information">
-	            <item name="Project Team" href="team-list.html" />
-	            <item name="Issue Tracking" href="http://issues.apache.org/jira/browse/Rampart" />
-	            <item name="Mailing Lists" href="mail-lists.html"/>
-	            <item name="Source Code"
-	               href="http://svn.apache.org/viewvc/axis/axis2/java/rampart/" />
-	            <item name="Dependencies" href="dependencies.html"/>
-	            <item name="License"
-	                href="http://www.apache.org/licenses/LICENSE-2.0.html" />
-	        </item>
-        </menu>
+		</menu>
+		<menu name="Documentation">
+		        <item name="Getting Started" href="quick-start.html"/>
+		        <item name="Samples" href="samples.html"/>
+		        <item name="FAQ" href="http://wiki.apache.org/ws/FrontPage/Rampart/FAQ"/>     
+		        <item name="Rampart Configuration" href="rampartconfig-guide.html"/>
+		        <item name="STS Configuration" href="setting-up-sts.html"/>
+		        <item name="Developer Guide" href="developer-guide.html"/>
+		        <item name="Build the Site" href="siteHowTo.html" /> 
+		</menu>
+		<menu name="Resources">
+		  <item name="Articles" href="articles.html" />
+		  <item name="Specifications" href="specifications.html"/>
+		  <item name="Online Javadocs" href="apidocs/index.html"/>
+		</menu>
+		<menu name="Project Information">
+		    <item name="Project Team" href="team-list.html" />
+		    <item name="Issue Tracking" href="http://issues.apache.org/jira/browse/Rampart" />
+		    <item name="Mailing Lists" href="mail-lists.html"/>
+		    <item name="Source Code"
+		       href="http://svn.apache.org/viewvc/axis/axis2/java/rampart/" />
+		    <item name="Dependencies" href="dependencies.html"/>
+		    <item name="License"
+		        href="http://www.apache.org/licenses/LICENSE-2.0.html" />
+		</menu>
 
 	</body>
 </project>