aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-22 11:58:02 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-22 11:58:02 +0000
commit74531418a871a3cfcda14d88ac9db39d8114ccc5 (patch)
tree9e1c215f2d74cff8163b9d5f0050e6f374cb5e4c /style.css
parent23063cd88255c9044bad80050587c13d666bb8b2 (diff)
downloadmandoc-74531418a871a3cfcda14d88ac9db39d8114ccc5.tar.gz
mandoc-74531418a871a3cfcda14d88ac9db39d8114ccc5.tar.zst
mandoc-74531418a871a3cfcda14d88ac9db39d8114ccc5.zip
Build xhtml files for www site exemplaria.
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/style.css b/style.css
index 6eb4c712..7e429a69 100644
--- a/style.css
+++ b/style.css
@@ -1,4 +1,4 @@
-/* $Id: style.css,v 1.17 2010/12/20 13:39:24 kristaps Exp $ */
+/* $Id: style.css,v 1.18 2010/12/22 11:58:02 kristaps Exp $ */
html { max-width: 800px; }
body { font-family: monospace;
@@ -10,12 +10,14 @@ body { font-family: monospace;
table.foot { width: 100%;
font-size: 0.8em;
+ margin-top: 1em;
border-top: 1px dotted #dddddd;
color: #999999; } /* Document footer. */
td.foot-date { width: 50%; } /* Document footer: date. */
td.foot-os { width: 50%; text-align: right; } /* Document footer: OS/source. */
table.head { width: 100%;
font-size: 0.8em;
+ margin-bottom: 1em;
border-bottom: 1px dotted #dddddd;
color: #999999; } /* Document header. */
td.head-ltitle { width: 10%; } /* Document header: left-title. */