diff options
author | Ludovic Courtès | 2008-01-29 17:33:56 +0100 |
---|---|---|
committer | Ludovic Courtès | 2008-01-29 17:33:56 +0100 |
commit | 54936ba52223f0e1e92c8e7aa393be904299e28a (patch) | |
tree | 9200b271497d107594e8690e854ced1120d649b7 /doc | |
parent | c066f12fa10ccfb144ac255c950b9d6db0bbc8e4 (diff) | |
download | skribilo-54936ba52223f0e1e92c8e7aa393be904299e28a.tar.gz skribilo-54936ba52223f0e1e92c8e7aa393be904299e28a.tar.lz skribilo-54936ba52223f0e1e92c8e7aa393be904299e28a.zip |
CSS: Force `pre' to the left.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/skribilo.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/skribilo.css b/doc/user/skribilo.css index 9f147af..51fa490 100644 --- a/doc/user/skribilo.css +++ b/doc/user/skribilo.css @@ -10,7 +10,7 @@ /* FIXME: This file is messy and contains loads of useless stuff. */ -pre { font-family: monospace } +pre { font-family: monospace; text-align: left; } tt { font-family: monospace } code { font-family: monospace } body { margin: 1em 1.5em 1.5em 1.5em; background: #ffffff; } |