aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 94084dc..a57fad7 100644
--- a/static/style.css
+++ b/static/style.css
@@ -49,6 +49,10 @@ footer a:link, footer a:visited {
.padding-wrapper > * {
width: 100%;
}
+.padding-wrapper > table {
+ width: auto;
+ max-width: 100%;
+}
a:link, a:visited {
text-decoration-color: var(--text-decoration-color);
color: var(--link-color);
@@ -70,6 +74,9 @@ td, th {
th {
background-color: var(--lighter-box-background-color);
}
+th[scope=row] {
+ text-align: left;
+}
tr.title-row > th {
background-color: var(--darker-box-background-color);
}