From: Fabio Comuni Date: Thu, 7 Jul 2011 12:27:39 +0000 (+0200) Subject: duepuntozero: style blockquote X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bf19b219ef036776cdd3012773e5fafad95cc949;p=friendica.git duepuntozero: style blockquote --- 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 {