You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by do...@apache.org on 2015/01/19 20:16:47 UTC

svn commit: r1653079 - in /incubator/corinthia/www: js/foundation/foundation.topbar.js top_menu.html

Author: dortef
Date: Mon Jan 19 19:16:47 2015
New Revision: 1653079

URL: http://svn.apache.org/r1653079
Log:
adding extra subpages

Modified:
    incubator/corinthia/www/js/foundation/foundation.topbar.js
    incubator/corinthia/www/top_menu.html

Modified: incubator/corinthia/www/js/foundation/foundation.topbar.js
URL: http://svn.apache.org/viewvc/incubator/corinthia/www/js/foundation/foundation.topbar.js?rev=1653079&r1=1653078&r2=1653079&view=diff
==============================================================================
--- incubator/corinthia/www/js/foundation/foundation.topbar.js (original)
+++ incubator/corinthia/www/js/foundation/foundation.topbar.js Mon Jan 19 19:16:47 2015
@@ -11,7 +11,7 @@
       sticky_class : 'sticky',
       custom_back_text: true,
       back_text: 'Back',
-      mobile_show_parent_link: true,
+      mobile_show_parent_link: false,
       is_hover: true,
       scrolltop : true, // jump to top when sticky nav menu toggle is clicked
       sticky_on : 'all'

Modified: incubator/corinthia/www/top_menu.html
URL: http://svn.apache.org/viewvc/incubator/corinthia/www/top_menu.html?rev=1653079&r1=1653078&r2=1653079&view=diff
==============================================================================
--- incubator/corinthia/www/top_menu.html (original)
+++ incubator/corinthia/www/top_menu.html Mon Jan 19 19:16:47 2015
@@ -15,10 +15,10 @@
 			</li>      	  
    	   	   <li class="has-dropdown"><a href="#">Polices</a> 
    	  	   	   <ul class="dropdown"> 
-   	  	  	   	   <li class="has-dropdown">
-				      <ul class=dropdown"><a href="#">Coding standard</a>
-					 <li><a href="policy_coding.html">Coding standard</a></li>
+				   <li class="has-dropdown"><a href="policy_coding.html">Coding standard</a>
+				      <ul class=dropdown">
    	  	  	   	         <li><a href="policy_coding_indent.html">Indent rule</a></li> 
+					 <li><a href="policy_coding_spaces.html">Tab rule</a></li>
 				       </ul>
 				   </li> 
    	  	  	   	   <li><a href="policy_git.html">Git usage</a></li>