summaryrefslogtreecommitdiff
path: root/static/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/index.css')
-rw-r--r--static/index.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/static/index.css b/static/index.css
index ff999d0..162003c 100644
--- a/static/index.css
+++ b/static/index.css
@@ -1,7 +1,5 @@
body {
- text-align: center;
font-family: sans-serif;
- font-size: 16pt;
}
.error {
@@ -9,3 +7,7 @@ body {
padding: 1em;
background-color: #faa;
}
+
+summary {
+ margin: 1em;
+}