aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/html
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2023-02-14 12:53:40 +0100
committerAleksandr Nogikh <wp32pw@gmail.com>2023-02-14 14:29:32 +0100
commit9db88265dbce82f690f9b166b24bba1570d15854 (patch)
tree8e940f34169d37ff4c6f1fb1bde5fb40255521ea /pkg/html
parent1d6b4af7597cff7f7150972538292e7f23189de7 (diff)
dashboard: display subsystems on the bug page
Currently the information is only displayed on the main page, which is not very convenient.
Diffstat (limited to 'pkg/html')
-rw-r--r--pkg/html/pages/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css
index 71a3efe71..aecde7554 100644
--- a/pkg/html/pages/style.css
+++ b/pkg/html/pages/style.css
@@ -194,7 +194,7 @@ table td, table th {
display: inline-block;
}
-.list_table .subsystem {
+.subsystem {
background: white;
border: 1pt solid black;
display: inline-block;
@@ -204,7 +204,7 @@ table td, table th {
font-size: small;
}
-.list_table .subsystem a {
+.subsystem a {
text-decoration: none;
color: black;
}