summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2017-02-13 13:16:56 +0100
committerMarian Sigler <m@qjym.de>2017-02-13 13:16:56 +0100
commit3c717e9c78207cd20065ccf10cc8d3389f3f4006 (patch)
tree8ee1bd8b1d82c0af58fc4125a8152237dff22875
parent719a0af0acfa85f5fd68d8752e19c1dcde303923 (diff)
downloadklausuren-3c717e9c78207cd20065ccf10cc8d3389f3f4006.tar.gz
klausuren-3c717e9c78207cd20065ccf10cc8d3389f3f4006.tar.bz2
klausuren-3c717e9c78207cd20065ccf10cc8d3389f3f4006.zip
use standard sized font
-rw-r--r--app/static/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/static/style.css b/app/static/style.css
index 7075a7a..38e7311 100644
--- a/app/static/style.css
+++ b/app/static/style.css
@@ -2,7 +2,7 @@ html, body {
padding: 0;
margin: 0;
height: 100%;
- font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
+ font: 1em 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}
body {