diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-07 14:39:00 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-07 14:39:00 +0000 |
commit | 64e701f6c5f80420220bf0e2237124d23f0080f9 (patch) | |
tree | 4a1b1954bf46ba9421ac3779d9fd6064bd78d4c4 /style.css | |
parent | c5cc5b497aa0c24179d438ed599588024e731d31 (diff) | |
download | mandoc-64e701f6c5f80420220bf0e2237124d23f0080f9.tar.gz |
Made default string units (-Thtml -mdoc) to use `m' and not `n' scaling (better more than less).
Fixed -column widths for -Thtml -mdoc.
Fixed left-hand margin padding for -Thtml -mdoc.
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,14 +4,13 @@ div.body { color: #333333; font-size: smaller; font-family: Verdana, Tahoma, Arial, sans-serif; } -span.sec-head { font-weight: bold; color: blue; } /* Sections (Sh). */ -div.sec-head { } +div.sec-head { font-weight: bold; color: blue; } /* Sections (Sh). */ div.sec-body { } div.sec-block { } -span.ssec-head { font-weight: bold; color: blue; } /* Sub-sections (Ss). */ -div.ssec-head { } +div.ssec-head { font-weight: bold; color: blue; } /* Sub-sections (Ss). */ div.ssec-body { } div.ssec-block { } + span.addr { } /* Address (Ad). */ span.arg { font-style: italic; } /* Command argument (Ar). */ span.author { } /* Author name (An). */ @@ -55,6 +54,7 @@ span.utility { font-weight: bold; } /* Name of utility (Ex). */ span.var { font-weight: bold; } /* Variables (Rv). */ a.link-ext { background: transparent url(external.png) center right no-repeat; padding-right: 12px; }/* Off-site link (Lk). */ +a.link-includes { } /* Include-file link (In). */ a.link-mail { background: transparent url(external.png) center right no-repeat; padding-right: 12px; }/* Mailto links (Mt). */ a.link-man { } /* Manual links (Xr). */ a.link-sec { } /* Section links (Sx). */ |