diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-10 05:22:35 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-10 05:22:35 +0000 |
commit | 496fe5ea8dd3dc9a0c65cc224539a560ca341075 (patch) | |
tree | 848451e30f14f8bb42f04977b84c07f8ab9d55f4 | |
parent | 76aae79a9dbc0e8994cc21a053e4bc30c1875442 (diff) |
add basic borders around blog posts
not sure I'm 100% happy with this look, but it's better than naught
-rw-r--r-- | basewiki/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/basewiki/style.css b/basewiki/style.css index c7ed9107e..2e0141050 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -31,6 +31,11 @@ color: black !important; } +.inlinepage { + padding: 10px 10px; + border: 1px solid #aaa; +} + #backlinks { margin: 1em 0; } |