diff kallithea/public/css/style.css @ 5121:442d81c381dc stable

settings: show bullet indicating the currently selected sub page With this indication, some page headings are no longer relevant. This was apparently lost when Kallithea started.
author Mads Kiilerich <madski@unity3d.com>
date Wed, 13 May 2015 01:26:45 +0200
parents fe3c9c048740
children dbbe3b1a442d
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Wed May 13 01:16:48 2015 +0200
+++ b/kallithea/public/css/style.css	Wed May 13 01:26:45 2015 +0200
@@ -3513,6 +3513,10 @@
     color: inherit;
 }
 
+ul.nav-stacked li.active {
+    list-style-type: disc
+}
+
 /* make .btn inputs and buttons and divs look the same */
 button.btn,
 input.btn {