summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-02-23 01:23:10 +0100
committerAlex Legler <alex@a3li.li>2015-02-23 01:23:10 +0100
commite604862d7bd2486399a5a786c96e93dca7734fcf (patch)
treef44f9762af02b77c0d570ef753ca5cdc87086b6e /public
parentRedirect back to the main list page if there are no messages at all in a give... (diff)
downloadfrontend-e604862d7bd2486399a5a786c96e93dca7734fcf.tar.gz
frontend-e604862d7bd2486399a5a786c96e93dca7734fcf.tar.bz2
frontend-e604862d7bd2486399a5a786c96e93dca7734fcf.zip
Try some styling fixes for HTML messages
Diffstat (limited to 'public')
-rw-r--r--public/css/main.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/css/main.css b/public/css/main.css
index 38d482b..c6ffc94 100644
--- a/public/css/main.css
+++ b/public/css/main.css
@@ -65,6 +65,14 @@
clear: both;
}
+.ag-message-content pre {
+ border: none;
+}
+
+.ag-message-content blockquote {
+ font-size: inherit;
+}
+
.ag-header-name-col {
width: 10em;
}