swerc

anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log | Files | Refs | README

commit 820d33d22289533d84ae95c2ceb0d4fe094b0cb7
parent 5e05fc1d07ce2b4755625f430d51e0e1c2ee32fa
Author: uriel@suckless.org <unknown>
Date:   Thu,  5 Jun 2008 20:01:21 +0200

Have a more reasonable inter-paragraph marging.
Diffstat:
Mpub/style/style.css | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pub/style/style.css b/pub/style/style.css @@ -11,7 +11,8 @@ body { } html > body { - font-size: 9pt; + /* font-size: 9pt; */ + font-size: 0.7em; } acronym, .titleTip { @@ -224,7 +225,7 @@ li ul { #main-copy p { - margin: 1em 1ex 2em 1ex; + margin: 1em 1ex 1em 1ex; padding: 0; }