aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-08-18 09:02:57 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-08-18 09:02:57 +0000
commit2255d868c1b152d143051be882758d3b55357300 (patch)
tree18dee40cc15d484d886a6cd4bc91fc9bd511968a /index.css
parentde0b1dccbf9d3be63a567acafd8c486d3868566b (diff)
downloadmandoc-2255d868c1b152d143051be882758d3b55357300.tar.gz
mandoc-2255d868c1b152d143051be882758d3b55357300.tar.zst
mandoc-2255d868c1b152d143051be882758d3b55357300.zip
Slightly tweak www section/subsections.
Diffstat (limited to 'index.css')
-rw-r--r--index.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/index.css b/index.css
index ce0898d0..d98316ea 100644
--- a/index.css
+++ b/index.css
@@ -11,7 +11,9 @@ body { text-align: justify;
p,ul,table { margin-left: 3em; }
-p.head, p.foot { margin-left: 0.0em; margin-right: 0.0em; }
+p.head,
+p.subhead,
+p.foot { margin-left: 0.0em; margin-right: 0.0em; }
p.news { margin-left: 2.0em; }
@@ -20,10 +22,13 @@ li { margin: 0.25em; }
h1 { font-size: 110%; }
h2 { font-size: 105%; margin-left: 1.5em }
-p.head { margin-bottom: 1.75em;
+p.head { margin-bottom: 0.5em;
border-bottom: 1px solid #dddddd;
padding-bottom: 0.2em; }
+p.subhead { margin-top: 0em;
+ margin-bottom: 1.75em; }
+
p.foot { border-top: 1px solid #dddddd;
color: #666666;
padding-top: 0.2em;