qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [web PATCH 1/4] Underline the current page section


From: Daniel P . Berrangé
Subject: [Qemu-devel] [web PATCH 1/4] Underline the current page section
Date: Thu, 18 Oct 2018 15:52:00 +0100

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é <address@hidden>
---
 assets/css/style-desktop.css | 2 ++
 1 file changed, 2 insertions(+)

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;
                }
 
 /*
-- 
2.17.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]