diff options
author | Ludovic Courtès | 2008-01-22 22:31:05 +0100 |
---|---|---|
committer | Ludovic Courtès | 2008-01-22 22:31:05 +0100 |
commit | 727b76487f1d78a189836e89a5649e088dc823c4 (patch) | |
tree | 54f37a91a213dda12949ae2a2b225eff620ebf7d | |
parent | 1c48e83c54179144b82f8e1323101baf0c6b1a8d (diff) | |
download | skribilo-727b76487f1d78a189836e89a5649e088dc823c4.tar.gz skribilo-727b76487f1d78a189836e89a5649e088dc823c4.tar.lz skribilo-727b76487f1d78a189836e89a5649e088dc823c4.zip |
doc: Tiny CSS fix.
-rw-r--r-- | doc/user/skribilo.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/user/skribilo.css b/doc/user/skribilo.css index 8669663..9f147af 100644 --- a/doc/user/skribilo.css +++ b/doc/user/skribilo.css @@ -32,10 +32,7 @@ span.sf { font-family: sans-serif } border-top-width: 1px; } -.skribilo-body, .chapter { - /* Note: `.chapter' is used for chapters that are in a - separate file. */ - +.skribilo-body { font-family: sans-serif; font-weight: normal; font-size: normal; |