aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-07-07 14:27:39 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-07-07 14:27:39 +0200
commitbf19b219ef036776cdd3012773e5fafad95cc949 (patch)
tree702f534c528f6c6bb537c53a121d243a095ab407 /view/theme
parent4116beb276664c28c3fa16032548fe437ca1df81 (diff)
downloadvolse-hubzilla-bf19b219ef036776cdd3012773e5fafad95cc949.tar.gz
volse-hubzilla-bf19b219ef036776cdd3012773e5fafad95cc949.tar.bz2
volse-hubzilla-bf19b219ef036776cdd3012773e5fafad95cc949.zip
duepuntozero: style blockquote
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/duepuntozero/style.css7
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 {