From: joey Date: Mon, 10 Apr 2006 05:22:35 +0000 (+0000) Subject: add basic borders around blog posts X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/496fe5ea8dd3dc9a0c65cc224539a560ca341075 add basic borders around blog posts not sure I'm 100% happy with this look, but it's better than naught --- 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; }