From bf19b219ef036776cdd3012773e5fafad95cc949 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Thu, 7 Jul 2011 14:27:39 +0200 Subject: [PATCH] duepuntozero: style blockquote --- view/theme/duepuntozero/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index b47002e096..fccbe16d97 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -48,8 +48,13 @@ code { padding: 10px; margin-top: 20px; } -blockquote:before { +/*blockquote:before { content: '>> '; +}*/ +blockquote { + background-color: #f4f8f9; + border-left: 4px solid #dae4ee; + padding: 0.4em; } .icollapse-wrapper, .ccollapse-wrapper {