diff options
Diffstat (limited to 'assets/css/src')
-rw-r--r-- | assets/css/src/header.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/assets/css/src/header.css b/assets/css/src/header.css index 188fc4b5..946a665b 100644 --- a/assets/css/src/header.css +++ b/assets/css/src/header.css @@ -93,10 +93,21 @@ header h1 .tooltip { .menu-inline li, .page-header li { display: inline; - padding-right: 10px; + padding-right: 15px; font-size: 0.95em; } +.page-header li.active a { + color: #333; + text-decoration: none; + font-weight: bold; +} + +.page-header li.active a:hover, +.page-header li.active a:focus { + text-decoration: underline; +} + .menu-inline { margin-bottom: 5px; } |