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/02/09 11:26:10 UTC

svn commit: r1658349 - /incubator/taverna/site/trunk/templates/temp_scripts.html

Author: brenninc
Date: Mon Feb  9 10:26:10 2015
New Revision: 1658349

URL: http://svn.apache.org/r1658349
Log:
test for top level clickable

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

Modified: incubator/taverna/site/trunk/templates/temp_scripts.html
URL: http://svn.apache.org/viewvc/incubator/taverna/site/trunk/templates/temp_scripts.html?rev=1658349&r1=1658348&r2=1658349&view=diff
==============================================================================
--- incubator/taverna/site/trunk/templates/temp_scripts.html (original)
+++ incubator/taverna/site/trunk/templates/temp_scripts.html Mon Feb  9 10:26:10 2015
@@ -1,2 +1,11 @@
 <script src="/lib/jquery/jquery-1.11.1.min.js"></script>
-<script src="/lib/bootstrap/js/bootstrap.min.js"></script>
\ No newline at end of file
+<script src="/lib/bootstrap/js/bootstrap.min.js"></script>
+
+<style type='text/css'>
+  .dropdown:hover .dropdown-menu {
+    display: block;
+  }
+  .dropdown-menu {
+    margin-top: 0px;
+  }
+</style>