aboutsummaryrefslogtreecommitdiff
path: root/mu4web/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'mu4web/static/style.css')
-rw-r--r--mu4web/static/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/mu4web/static/style.css b/mu4web/static/style.css
index 00db380..2223f33 100644
--- a/mu4web/static/style.css
+++ b/mu4web/static/style.css
@@ -41,14 +41,18 @@ menu > li {
dl {
display: grid;
- grid-template-columns: 10ch auto;
+ grid-template-columns: auto 1fr;
}
+
dt {
font-weight: bold;
+ text-align: right;
}
+
dd {
font-family: mono;
font-size: 80%;
+ margin-left: 1em;
}
dd > * {
margin: 0;