diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-02-09 06:11:55 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-02-09 06:11:55 +0000 |
commit | fb94e1d7b8b7fe13b081262a73ea42e940c2c03f (patch) | |
tree | ad9b22bd06637c2f3e8163886f98ed958f374b32 | |
parent | 1c5a3947d1abe2de98b62cb00bfd6000bfa7fddd (diff) | |
download | brdo-fb94e1d7b8b7fe13b081262a73ea42e940c2c03f.tar.gz brdo-fb94e1d7b8b7fe13b081262a73ea42e940c2c03f.tar.bz2 |
- Small CSS change to make paragraphs more natural.
-rw-r--r-- | themes/xtemplate/xtemplate.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/xtemplate/xtemplate.css b/themes/xtemplate/xtemplate.css index effa9a2af..4bbabe82b 100644 --- a/themes/xtemplate/xtemplate.css +++ b/themes/xtemplate/xtemplate.css @@ -48,10 +48,6 @@ a:hover { fieldset { border: 1px solid #ccc; } -p { - margin: 0 0 .5em 0; - padding: 0; -} pre { background-color: #eee; padding: 0.75em 1.5em; |