summaryrefslogtreecommitdiff
path: root/assets/css/screen.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/screen.css')
-rw-r--r--assets/css/screen.css15
1 files changed, 6 insertions, 9 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css
index c4e47dd..34bc530 100644
--- a/assets/css/screen.css
+++ b/assets/css/screen.css
@@ -52,21 +52,18 @@ p + p {
padding-bottom: 1em;
}
-thead {
- border-bottom: 1px solid #ddd;
- font-weight: bold;
- line-height: 1.2em;
- height: 5em;
- vertical-align: bottom;
-}
-
tr.heading th {
background-color: #f8f9fa;
font-weight: bold;
}
+tr td:nth-child(1),
+tr td:nth-child(4) {
+ width: 4rem;
+}
+
tr td:nth-child(3){
- min-width: 8rem;
+ width: 19rem;
}
tr.serious svg {