diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-07-07 14:27:39 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-07-07 14:27:39 +0200 |
commit | bf19b219ef036776cdd3012773e5fafad95cc949 (patch) | |
tree | 702f534c528f6c6bb537c53a121d243a095ab407 | |
parent | 4116beb276664c28c3fa16032548fe437ca1df81 (diff) | |
download | volse-hubzilla-bf19b219ef036776cdd3012773e5fafad95cc949.tar.gz volse-hubzilla-bf19b219ef036776cdd3012773e5fafad95cc949.tar.bz2 volse-hubzilla-bf19b219ef036776cdd3012773e5fafad95cc949.zip |
duepuntozero: style blockquote
-rw-r--r-- | view/theme/duepuntozero/style.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index b47002e09..fccbe16d9 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 { |