summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-11-14 23:41:40 -0800
committerChad Versace <chad.versace@linux.intel.com>2012-11-14 23:56:08 -0800
commite9d612ec64c78cfb31a41784a69d0eaf062b78ad (patch)
tree35175e4311e67938572281ebda5a631263468fda /doc
parent415265f0d2b68d7af177acbb715b5b0cb38009ee (diff)
man: Move manpages.css into /doc/html/man
The build system was copying /man/manpage.css into /doc/html/man/. It's silly to have build rules that just copy files around, so let's just permanently move it there. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/html/man/manpage.css51
1 files changed, 51 insertions, 0 deletions
diff --git a/doc/html/man/manpage.css b/doc/html/man/manpage.css
new file mode 100644
index 0000000..4d98540
--- /dev/null
+++ b/doc/html/man/manpage.css
@@ -0,0 +1,51 @@
+body, table {
+ font-family: "Bitstream Vera Sans", "DejaVu Sans", Tahoma, sans-serif;
+ color: #333333;
+ background: white;
+ font-size: 12px;
+ line-height: 16px;
+}
+
+h1, h2, h3, h4, h5 {
+ padding: 0;
+ margin: 0;
+ font-weight: bold;
+}
+h1 {
+ font-size: 36px;
+ line-height: 40px;
+}
+h2 {
+ font-size: 24px;
+ line-height: 28px;
+ margin-bottom: 8px;
+ padding-top: 8px;
+}
+h3 {
+ font-size: 16px;
+ line-height: 20px;
+ margin-bottom: 8px;
+ padding-top: 8px;
+}
+
+h4 {
+ font-size: 12px;
+ line-height: 16px;
+}
+
+code {
+ font-family: "Bitstream Vera Sans Mono", "DejavVu Sans Mono", monospace;
+}
+
+.funcsynopsis, .funcprototype, .funcsynopsis-table {
+ font-family: "Bitstream Vera Sans Mono", "DejavVu Sans Mono", monospace;
+}
+
+.type, .function {
+ font-family: "Bitstream Vera Sans Mono", "DejavVu Sans Mono", monospace;
+ font-weight: bold;
+}
+
+/*
+ * vim:et:sw=2:ts=2:
+ */