From 46fea8158eed123aa5eaf9faf792bd69e69a5805 Mon Sep 17 00:00:00 2001 From: "Janus B. Kristensen" Date: Thu, 24 Nov 2005 21:12:58 +0000 Subject: [PATCH] Added semitransparent background to quotes. svn path=/trunk/boinc/; revision=8927 --- html/user/white.css | 1 + 1 file changed, 1 insertion(+) diff --git a/html/user/white.css b/html/user/white.css index ad00b249ea..b64324b5a0 100644 --- a/html/user/white.css +++ b/html/user/white.css @@ -140,6 +140,7 @@ img { blockquote { border-left: 2px solid blue; + background: #DDDDDD; padding-left: 5px; padding-bottom: 0px; margin-bottom: 0px;