diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-29 06:58:53 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-29 06:58:53 +0000 |
commit | 3dad68caab73dd4af11d152649f8314edb445453 (patch) | |
tree | c24b4a58598aeb1f7f2230cd7704aa253594bc2c /doc/style.css | |
parent | 33bb16e01983d7184937670995e5778cfe8d5df9 (diff) | |
download | ikiwiki-3dad68caab73dd4af11d152649f8314edb445453.tar ikiwiki-3dad68caab73dd4af11d152649f8314edb445453.tar.gz |
fix
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css index 7c185fd5d..c641dfd53 100644 --- a/doc/style.css +++ b/doc/style.css @@ -21,7 +21,7 @@ /* Used for adding a blog page. */ #blogform { - margin: 10px 10px; + padding: 10px 10px; border: 1px solid #aaa; background: #eee; } |