projects
/
platform
/
upstream
/
ninja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a484344
)
use the default font size for manual headings
author
Evan Martin
<martine@danga.com>
Wed, 16 Dec 2015 16:48:59 +0000
(08:48 -0800)
committer
Evan Martin
<martine@danga.com>
Wed, 16 Dec 2015 16:48:59 +0000
(08:48 -0800)
The third-level subsection headings were almost indistinguishable
from the second-level ones. Fix this by just using the default
styling.
doc/style.css
patch
|
blob
|
history
diff --git
a/doc/style.css
b/doc/style.css
index
5d14a1c
..
9976c03
100644
(file)
--- a/
doc/style.css
+++ b/
doc/style.css
@@
-24,12
+24,6
@@
div.chapter {
margin-top: 4em;
border-top: solid 2px black;
}
-.section .title {
- font-size: 1.3em;
-}
-.section .section .title {
- font-size: 1.2em;
-}
p {
margin-top: 0;
}