summaryrefslogtreecommitdiffstats
path: root/man-cgi.css
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-11-05 17:47:51 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-11-05 17:47:51 +0000
commitbc4c8866b7e528690753ded27b93b99e21bdc614 (patch)
tree0ccb4213fed52c69efccdbb9f991c34d6647265d /man-cgi.css
parent3597644f169f66ac9227817364260907da25a52f (diff)
downloadmandoc-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.css13
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; }