diff mbox series

[web,1/4] Underline the current page section

Message ID 20181018145203.11336-2-berrange@redhat.com
State New
Headers show
Series Add web section reporting information about CVEs in QEMU | expand

Commit Message

Daniel P. Berrangé Oct. 18, 2018, 2:52 p.m. UTC
The current page section is rendered in bold text but this is rather
subtle to see at a glance. Add a single pixel high underline to make
it more visible.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 assets/css/style-desktop.css | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/assets/css/style-desktop.css b/assets/css/style-desktop.css
index 44ea0c7..c7800b9 100644
--- a/assets/css/style-desktop.css
+++ b/assets/css/style-desktop.css
@@ -271,6 +271,8 @@ 
 		#nav li.current a
 		{
 			font-weight: 500;
+			border-bottom: 1px solid #F0A833;
+			padding-bottom: 2px;
 		}
 
 /*