From 89aef9a6dc94a889b7620182be493605f2232db6 Mon Sep 17 00:00:00 2001 From: Roman Gräf Date: Tue, 7 Nov 2017 16:04:18 +0100 Subject: Add files via upload --- res/default.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'res/default.css') diff --git a/res/default.css b/res/default.css index d89fae1..97af144 100644 --- a/res/default.css +++ b/res/default.css @@ -3,12 +3,23 @@ body { margin: 0; } + img { vertical-align: middle; } +#content img { + width: 100%; +} + a { text-decoration: none; + color: inherit; +} + +a.highlight { + text-decoration: underline; + text-decoration-style: dotted; } .button { @@ -39,7 +50,7 @@ a { } #content { - margin: 0 auto; + margin: 10px auto; line-height: 1.5em; width: 70%; } -- cgit