diff options
author | 2015-02-23 01:23:10 +0100 | |
---|---|---|
committer | 2015-02-23 01:23:10 +0100 | |
commit | e604862d7bd2486399a5a786c96e93dca7734fcf (patch) | |
tree | f44f9762af02b77c0d570ef753ca5cdc87086b6e /public | |
parent | Redirect back to the main list page if there are no messages at all in a give... (diff) | |
download | frontend-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.css | 8 |
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; } |