diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-04-11 12:23:11 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-04-11 17:23:03 +0200 |
| commit | 49faf98dc72370166c0fc4bb96b9a582f55908d0 (patch) | |
| tree | 3905678621f898f4611bfbafc05885274bf420d0 /pkg/html | |
| parent | cc8f267259ef3387a8ef00b6178578d67a77aaa5 (diff) | |
dashboard: display discussions info on the main page
Diffstat (limited to 'pkg/html')
| -rw-r--r-- | pkg/html/pages/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css index 5e19eebef..661886e41 100644 --- a/pkg/html/pages/style.css +++ b/pkg/html/pages/style.css @@ -160,6 +160,11 @@ table td, table th { text-align: right; } +.list_table .discussions { + font-family: monospace; + text-align: left; +} + .list_table .bisect_status { width: 75pt; max-width: 75pt; @@ -198,6 +203,10 @@ table td, table th { display: inline-block; } +.list_table .icon { + font-size: 75%; +} + .subsystem { background: white; border: 1pt solid black; |
