From a1d8e36c6bdbd1a5af9c92771f1efc679888e610 Mon Sep 17 00:00:00 2001 From: leon Date: Sun, 23 Mar 2008 15:38:22 +0000 Subject: [PATCH] further p.blockquote styling git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1114 31f61c52-7bfb-0310-b897-fc00f8a278f0 --- content/static/style/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/static/style/default.css b/content/static/style/default.css index d505e15e2..d99d29187 100644 --- a/content/static/style/default.css +++ b/content/static/style/default.css @@ -665,7 +665,7 @@ input#phrase { width: 50%; } p.blockquote { - padding-left: 2em; + padding: .5em .5em .5em 2em; border-left: 20px solid #eee; background-color: #fafafa; }