aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2023-04-01 09:14:28 +0200
committerDmitry Vyukov <dvyukov@google.com>2023-04-03 08:59:25 +0200
commitdba2ffb9e2893764c52cc440f6566cd212a585c7 (patch)
treea55bd37c872130f4f42690c5342ab273766694c3 /pkg
parent41147e3e361ee2d3b0109b5ab618354e96aa2ba5 (diff)
dashboard/app: remove repetition on subsystems page
Currently it repeats that this is a list of subsystems 3 times: 1. "Subsystems" tab 2. "The list of subsystems" caption 3. "Subsystems list" table caption Leave only one of them.
Diffstat (limited to 'pkg')
-rw-r--r--pkg/html/pages/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css
index b82efd5b1..2392af6b8 100644
--- a/pkg/html/pages/style.css
+++ b/pkg/html/pages/style.css
@@ -23,7 +23,7 @@ h1, h2, h3, h4 {
.navigation_tab_selected {
font-weight: bold;
- border: 2px solid black;
+ border: 3px solid black;
padding: 4px;
margin: 4px;
}