Fix theme chooser bugs
authorMarius Gavrilescu <marius@ieval.ro>
Mon, 27 Jan 2014 23:15:56 +0000 (01:15 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Mon, 27 Jan 2014 23:15:56 +0000 (01:15 +0200)
tmpl/header.en

index f919acd62e5695d5acbfa6d75fbbc8374709111a..e238b137d58bc8757536c9b4a50edc8275f885fa 100644 (file)
@@ -5,7 +5,7 @@
 
 <!-- THIS LINE CONTAINS MALICIOUS TRACKING CODE --> <script src="/evil-google-evil-analytics.js" defer async></script>
 
-<link href="/css/slate.var" rel="stylesheet">
+<link href="/css/slate.var" rel="stylesheet" id="stylesheet">
 <link href="/css/custom.css" rel="stylesheet">
 
 <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
@@ -34,9 +34,9 @@
                </ul>
 
                <ul class="nav navbar-nav navbar-right">
-                       <li><button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
+                       <li><a class="dropdown-toggle" data-toggle="dropdown">
                                        Theme <span class="caret"></span>
-                               </button>
+                               </a>
                                <ul class="dropdown-menu" role="menu">
                                <li><a href="#" id="theme_slate">Gunmetal gray</a>
                                <li><a href="#" id="theme_cerulean">White</a>
This page took 0.010045 seconds and 4 git commands to generate.