From abcfd02067b348e1c86f61e7545b93f87ea89569 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 24 Jan 2016 18:15:21 -0500 Subject: Split project edition into multiple pages --- assets/css/src/header.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'assets/css/src') 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; } -- cgit v1.2.3