summaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-05-01 13:29:17 +0200
committerTor Andersson <tor@ccxvii.net>2021-05-04 19:08:35 +0200
commite1338354ed543ae89d20e1ae3c235bd205037b43 (patch)
treec88839545c016f7515ce60c4accabfcf1115102c /public/style.css
parentb46d86c9ad10c6c5f7a8db16155f52e80999b7d3 (diff)
downloadserver-e1338354ed543ae89d20e1ae3c235bd205037b43.tar.gz
Add scenario description info to create pages.
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/style.css b/public/style.css
index dfd7754..c1b25fd 100644
--- a/public/style.css
+++ b/public/style.css
@@ -20,7 +20,7 @@ h2 { margin-left: -1px; }
.header span { margin: 0 1em; }
.header a { color: black; }
.main { margin: 2em; }
-.main p { max-width: 50rem; }
+.main p, .main dl { max-width: 50rem; }
.main hr { max-width: 50rem; margin-right: auto; margin-left: 0; }
.main hr { border: none; border-top: 2px dotted brown; }
.main hr + p { font-style: italic; }