=================================================================== RCS file: /cvs/mandoc/Attic/style.css,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- mandoc/Attic/style.css 2010/12/20 13:39:24 1.17 +++ mandoc/Attic/style.css 2010/12/22 11:58:02 1.18 @@ -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. */