diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-22 11:58:02 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-22 11:58:02 +0000 |
commit | 916d816563107e6cc9968f15b06bd97c213c7d69 (patch) | |
tree | 4aaf06fc6653e9b76845b34b04272112f2c84b75 /style.css | |
parent | 2515c52e9db48734748471e72b6574b7253f9978 (diff) | |
download | mandoc-916d816563107e6cc9968f15b06bd97c213c7d69.tar.gz |
Build xhtml files for www site exemplaria.
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. */ |