X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fstatic%2Fstyles%2Fmessage.css;fp=webcit%2Fstatic%2Fstyles%2Fmessage.css;h=d5b959138119e5fd86c4b9d760bc490b47119bba;hb=855a455fdfb068406d18e57e3c6e143fb862c5dd;hp=c3060c6b3e5a42a301e2a730bd8fcc01571e999d;hpb=f17ac91b17c80004c6b7470c97a700b4c82beded;p=citadel.git diff --git a/webcit/static/styles/message.css b/webcit/static/styles/message.css index c3060c6b3..d5b959138 100644 --- a/webcit/static/styles/message.css +++ b/webcit/static/styles/message.css @@ -75,8 +75,9 @@ margin-left: 0.3em; } -/* make blockquotes in messages distingushable */ +/* Blockquotes in messages need to be distingushable */ /* there is a lot of cascading happen io order to make it look beautiful */ +/* if you make changes here, port them to WEBCIT-TINYMCE.css! */ .message_content blockquote { border: 1px solid #5C646B; border-radius: 8px; @@ -106,6 +107,8 @@ blockquote .message_content { behavior: url(/static/styles/PIE.htc); background-color: #deded0; } +/* --- End of blockquoting block --- */ + .message img { max-width: 700px;