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:17:09 UTC

svn commit: r1554727 - in /juddi/cms-site/trunk/templates: skeleton.html skeletonHome.html

Author: alexoree
Date: Thu Jan  2 03:17:07 2014
New Revision: 1554727

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

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

Modified: juddi/cms-site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/templates/skeleton.html?rev=1554727&r1=1554726&r2=1554727&view=diff
==============================================================================
--- juddi/cms-site/trunk/templates/skeleton.html (original)
+++ juddi/cms-site/trunk/templates/skeleton.html Thu Jan  2 03:17:07 2014
@@ -171,10 +171,13 @@
 	 
 	 </a</footer></center></div>
 	 
-	 <script type="javascript">
+		  <script type="javascript">
 		$( document ).ready(function() {
-			$('table').addClass("table");
-			$('table').addClass("table-hover");
+			$('table').each(function(){
+				 $(this).addClass("table");
+				 $(this).addClass("table-hover");
+				 $(this).addClass("table-bordered");
+			 });
 		});
 		
 	 </script>

Modified: juddi/cms-site/trunk/templates/skeletonHome.html
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/templates/skeletonHome.html?rev=1554727&r1=1554726&r2=1554727&view=diff
==============================================================================
--- juddi/cms-site/trunk/templates/skeletonHome.html (original)
+++ juddi/cms-site/trunk/templates/skeletonHome.html Thu Jan  2 03:17:07 2014
@@ -177,8 +177,11 @@
 	 
 	  <script type="javascript">
 		$( document ).ready(function() {
-			$('table').addClass("table");
-			$('table').addClass("table-hover");
+			$('table').each(function(){
+				 $(this).addClass("table");
+				 $(this).addClass("table-hover");
+				 $(this).addClass("table-bordered");
+			 });
 		});
 		
 	 </script>



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