diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-02-18 14:42:20 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-02-18 14:42:20 +0100 |
commit | f3dfd62eb28d419f2036340de02fc787b0ea044b (patch) | |
tree | f5941b4d36c0afb8d4680a9a221b085e0e32a3ef /index.html | |
parent | 33da54afb2f8d5d0d42f188d6d0bb03e6eac3423 (diff) |
Fix handling of settings navigation icon
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -89,8 +89,8 @@ <li id="navigation-about"><a href="#" tabindex="44" data-tkey="about">About</a></li> </ul> </li> - <li id="settings_dropdown_menu"> <!-- class="dropdown"--> - <a href="" class="dropdown-toggle" tabindex="50" accesskey="0" data-toggle="dropdown" id="settingsTrigger" title="Settings, options..." aria-expanded="true"><span class="glyphicon glyphicon glyphicon-wrench" aria-hidden="true"></span></a> + <li id="navigation-settings"> + <a href="" tabindex="50" accesskey="0" title="Settings"><span class="glyphicon glyphicon-wrench"></span></a> </li> </ul> </div><!--/.nav-collapse --> @@ -275,7 +275,6 @@ </div> </div> - <!-- about screen --> <div class="container" id="screen_about" style="display: none;"> <div class="row"> |