summaryrefslogtreecommitdiff
path: root/web/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/main.css')
-rw-r--r--web/main.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/web/main.css b/web/main.css
index 8ef8f7002..90d2750ba 100644
--- a/web/main.css
+++ b/web/main.css
@@ -4,8 +4,8 @@ body {
background-color: white;
color: black;
font-family: Verdana, sans-serif;
- font-size: 0.9em;
- line-height: 1.3em;
+ font-size: 100%;
+ line-height: 130%;
color: #333;
}
pre {
@@ -16,7 +16,7 @@ pre {
}
code {
font-family: monospace;
- font-size: 1.25em;
+ font-size: 110%;
}
h1, h2, h3, h4, h5 { font-family: verdana;
font-weight: bold;
@@ -151,6 +151,7 @@ dt {
}
#main {
margin-top: 1em;
+ margin-bottom: 1em;
padding-right: 1em;
padding-left: 1em;
max-width: 42em;