better blockquote presentation

override inline blockquote styling with !important.
will not override any inline !important styles.
styling stolen from web Gmail.

Bug: 6597298
Bug: 8257401
Change-Id: I9234c29a42247f80aa83de9e7176dbfbdf959643
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;
     }