You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by br...@apache.org on 2015/01/29 17:27:41 UTC

svn commit: r1655728 - /incubator/taverna/site/trunk/templates/temp_navbar.html

Author: brenninc
Date: Thu Jan 29 16:27:41 2015
New Revision: 1655728

URL: http://svn.apache.org/r1655728
Log:
Fixed introduction dropdown

Modified:
    incubator/taverna/site/trunk/templates/temp_navbar.html

Modified: incubator/taverna/site/trunk/templates/temp_navbar.html
URL: http://svn.apache.org/viewvc/incubator/taverna/site/trunk/templates/temp_navbar.html?rev=1655728&r1=1655727&r2=1655728&view=diff
==============================================================================
--- incubator/taverna/site/trunk/templates/temp_navbar.html (original)
+++ incubator/taverna/site/trunk/templates/temp_navbar.html Thu Jan 29 16:27:41 2015
@@ -13,15 +13,15 @@
           </div>
           <div id="navbar" class="navbar-collapse collapse">
             <ul class="nav navbar-nav">              
-				<a class="dropdown-toggle" data-toggle="dropdown" href="/introduction">Introduction<span class="caret"></span></a>
-          <ul class="dropdown-menu">
-			  <li><a href="/introduction/taverna-features.html">Taverna features</a></li>
-            <li><a href="/introduction/why-use-workflows.html">Why use workflows?</a></li>
-            <li><a href="/introduction/what-is-in-silico-experimentation.html">What is ‘in silico’ experimentation?</a></li>
-          </ul>
+				<a class="dropdown-menue" data-toggle="dropdown" href="/introduction" role="button" aria-expanded="false">Introduction<span class="caret"></span></a>
+                <ul class="dropdown-menu">
+			       <li><a href="/introduction/taverna-features.html">Taverna features</a></li>
+                   <li><a href="/introduction/why-use-workflows.html">Why use workflows?</a></li>
+                   <li><a href="/introduction/what-is-in-silico-experimentation.html">What is ‘in silico’ experimentation?</a></li>
+                </ul>
                 <li><a href="/about/">About</a></li>
                 <li class="dropdown">
-					<a href="/download/" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Download<span class="caret"></span></a>
+				  <a href="/download/" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Download<span class="caret"></span></a>
                   <ul class="dropdown-menu" role="menu">
 					  <li><a href="/download/">Apache Taverna 3.x</a></li>
 					  <li><a href="/download/pre-apache.html">Taverna 2.x (Pre-Apache)</a></li>