From d1793a02ae86957eb69455b0d7701bbf404770a7 Mon Sep 17 00:00:00 2001 From: shish Date: Tue, 11 Dec 2007 18:37:23 +0000 Subject: [PATCH] CSS for blockquote git-svn-id: file:///home/shish/svn/shimmie2/trunk@657 7f39781d-f577-437e-ae19-be835c7a54ca --- themes/default/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/default/style.css b/themes/default/style.css index b1a7e262..49084c00 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -59,6 +59,11 @@ FORM {margin: 0px;} A {text-decoration: none;} A:hover {text-decoration: underline;} +BLOCKQUOTE { + border: 1px solid black; + padding: 8px; + background: #DDD; +} /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * the navigation bar, and all its blocks *