diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-11-05 17:47:51 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-11-05 17:47:51 +0000 |
commit | bc4c8866b7e528690753ded27b93b99e21bdc614 (patch) | |
tree | 0ccb4213fed52c69efccdbb9f991c34d6647265d /man-cgi.css | |
parent | 3597644f169f66ac9227817364260907da25a52f (diff) | |
download | mandoc-bc4c8866b7e528690753ded27b93b99e21bdc614.tar.gz |
Unify the three stylesheets into a single CSS file.
Many thanks to bentley@ for doing this work.
Diffstat (limited to 'man-cgi.css')
-rw-r--r-- | man-cgi.css | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/man-cgi.css b/man-cgi.css deleted file mode 100644 index 256e8c66..00000000 --- a/man-cgi.css +++ /dev/null @@ -1,13 +0,0 @@ -body { font-family: Helvetica, Arial, sans-serif; } -body > div { padding-left: 2em; - padding-top: 1em; } -body > div#mancgi { padding-left: 0em; - padding-top: 0em; } -body > div.results { font-size: smaller; } -#mancgi fieldset { text-align: center; - border: thin solid silver; - border-radius: 1em; - font-size: small; } -#mancgi input[name=expr] { width: 25%; } -.results td.title { vertical-align: top; - padding-right: 1em; } |