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