From 61a03564448dfd050a90342352e56e3ac287005a Mon Sep 17 00:00:00 2001 From: hadley Date: Thu, 14 Jan 2016 10:53:28 -0600 Subject: [PATCH] More css tweaking --- www/highlight.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/www/highlight.css b/www/highlight.css index 40a2b84..597688c 100644 --- a/www/highlight.css +++ b/www/highlight.css @@ -50,11 +50,14 @@ ul .dropdown-header:first-child { margin-top: 2px; } -.dropdown-header, .dropdown-header a:link, .dropdown-header a:visited { - font-weight: bold; +.dropdown-header { color: #333; margin-top: 8px; - text-align: left; +} + +.dropdown-header a:link, .dropdown-header a:visited { + font-weight: bold; + padding-left: 0; } .dropdown-menu .dropdown-header {