summaryrefslogtreecommitdiffstats
path: root/doc/style.css
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2013-04-09 17:07:17 (GMT)
committerEvan Martin <martine@danga.com>2013-04-09 22:30:02 (GMT)
commit87fdd8482d1f47c296f980e641d8250ab820c0eb (patch)
tree29ca1b0fe42a7aa6c89a3f8391f6ff31df53d771 /doc/style.css
parente8241726c61c19a86030d61aacd576a83e24de77 (diff)
downloadNinja-87fdd8482d1f47c296f980e641d8250ab820c0eb.zip
Ninja-87fdd8482d1f47c296f980e641d8250ab820c0eb.tar.gz
Ninja-87fdd8482d1f47c296f980e641d8250ab820c0eb.tar.bz2
bigger manual
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/style.css b/doc/style.css
index fc22ec1..4287fc6 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -1,9 +1,8 @@
body {
margin: 5ex 10ex;
- max-width: 40em;
- line-height: 1.4;
+ max-width: 80ex;
+ line-height: 1.5;
font-family: sans-serif;
- font-size: 0.8em;
}
h1, h2, h3 {
font-weight: normal;
@@ -21,8 +20,12 @@ pre {
code {
color: #007;
}
-.chapter {
+div.chapter {
margin-top: 4em;
+ border-top: solid 2px black;
+}
+.section .title {
+ font-size: 1.3em;
}
p {
margin-top: 0;