aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
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 {