summaryrefslogtreecommitdiffstats
path: root/index.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-17 11:42:14 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-17 11:42:14 +0000
commitb41588e26162ddbad0f3c007484e78dbf4260c52 (patch)
treecaf5d8bcb5f0864ee9ae87542c98bdaef1007a63 /index.css
parent7874532c9332267e669c0c486920c2937991f808 (diff)
downloadmandoc-b41588e26162ddbad0f3c007484e78dbf4260c52.tar.gz
Merged example.style.css into style.css. Adding version stuff.
Diffstat (limited to 'index.css')
-rw-r--r--index.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.css b/index.css
index 559dd979..8d81dbea 100644
--- a/index.css
+++ b/index.css
@@ -1,6 +1,6 @@
body { color: #333333;
- font-size: smaller;
- font-family: Verdana, Tahoma, Arial, sans-serif; }
+ font-size: 0.93em;
+ font-family: Times, sans-serif; }
table.frame { max-width: 800px;
padding-right: 2em;