From 496fe5ea8dd3dc9a0c65cc224539a560ca341075 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 10 Apr 2006 05:22:35 +0000 Subject: [PATCH] add basic borders around blog posts not sure I'm 100% happy with this look, but it's better than naught --- basewiki/style.css | 5 +++++ 1 file changed, 5 insertions(+) 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; } -- 2.32.0.93.g670b81a890