summaryrefslogtreecommitdiffstats
path: root/html/postfix-doc.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/postfix-doc.css')
-rw-r--r--html/postfix-doc.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/html/postfix-doc.css b/html/postfix-doc.css
new file mode 100644
index 0000000..af19f73
--- /dev/null
+++ b/html/postfix-doc.css
@@ -0,0 +1,10 @@
+BODY {
+ font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
+ font-size: medium;
+ line-height: normal;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+PRE, TT, CODE {
+ font-family: Courier, monospace;
+ }