You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2014/01/02 04:03:42 UTC

svn commit: r1554726 - in /juddi/cms-site/trunk: content/releases.mdtext templates/skeleton.html templates/skeletonHome.html

Author: alexoree
Date: Thu Jan  2 03:03:42 2014
New Revision: 1554726

URL: http://svn.apache.org/r1554726
Log:
JUDDI-750 formatting changes

Modified:
    juddi/cms-site/trunk/content/releases.mdtext
    juddi/cms-site/trunk/templates/skeleton.html
    juddi/cms-site/trunk/templates/skeletonHome.html

Modified: juddi/cms-site/trunk/content/releases.mdtext
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/releases.mdtext?rev=1554726&r1=1554725&r2=1554726&view=diff
==============================================================================
--- juddi/cms-site/trunk/content/releases.mdtext (original)
+++ juddi/cms-site/trunk/content/releases.mdtext Thu Jan  2 03:03:42 2014
@@ -2,7 +2,7 @@ Title: Downloads and Releases
 
 ## Official Releases
 
-| Name  | Date  | Description  | {.table .table-hover}
+| Name  | Date  | Description  |
 |---|---|---|
 | 3.1.5  | May 20, 2013  | Stable 3.1.5 Release  |
 | Older releases  |   | Archived Releases  |
\ No newline at end of file

Modified: juddi/cms-site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/templates/skeleton.html?rev=1554726&r1=1554725&r2=1554726&view=diff
==============================================================================
--- juddi/cms-site/trunk/templates/skeleton.html (original)
+++ juddi/cms-site/trunk/templates/skeleton.html Thu Jan  2 03:03:42 2014
@@ -170,6 +170,14 @@
         Apache and the Apache feather logo are trademarks of The Apache Software Foundation.
 	 
 	 </a</footer></center></div>
+	 
+	 <script type="javascript">
+		$( document ).ready(function() {
+			$('table').addClass("table");
+			$('table').addClass("table-hover");
+		});
+		
+	 </script>
 </body>
 </html>
 

Modified: juddi/cms-site/trunk/templates/skeletonHome.html
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/templates/skeletonHome.html?rev=1554726&r1=1554725&r2=1554726&view=diff
==============================================================================
--- juddi/cms-site/trunk/templates/skeletonHome.html (original)
+++ juddi/cms-site/trunk/templates/skeletonHome.html Thu Jan  2 03:03:42 2014
@@ -174,6 +174,15 @@
         Apache and the Apache feather logo are trademarks of The Apache Software Foundation.
 	 
 	 </a</footer></center></div>
+	 
+	  <script type="javascript">
+		$( document ).ready(function() {
+			$('table').addClass("table");
+			$('table').addClass("table-hover");
+		});
+		
+	 </script>
+	 
 </body>
 </html>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org