am 6b563f04: better blockquote presentation

* commit '6b563f0450f3030401a9eece5327c4bed256ff70':
  better blockquote presentation
diff --git a/res/raw/template_conversation_upper.html b/res/raw/template_conversation_upper.html
index b532e14..6222762 100644
--- a/res/raw/template_conversation_upper.html
+++ b/res/raw/template_conversation_upper.html
@@ -21,6 +21,12 @@
     body {
         font-size: 80%%;
     }
+    blockquote {
+        margin-left: 0.8ex !important;
+        margin-right: 0 !important;
+        border-left:1px #ccc solid !important;
+        padding-left: 1ex !important;
+    }
     table.munged {
         width: auto !important;
     }