diff options
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/src/style/main.css | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index e08a9a09..4518ce93 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -309,31 +309,37 @@ body > header { /* #region article, message internals */ -article { +article, +.msg-cont { background: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.16); line-height: 140%; margin-bottom: 10px; padding: 20px; } -article time { +article time, +.msg-cont time { color: #999; font-size: 10pt; } -article p { +article p, +.msg-cont p { clear: left; margin: 5px 0 15px 0; word-wrap: break-word; overflow-wrap: break-word; } -article .ir { +article .ir, +.msg-cont .ir { text-align: center; } -article .ir a { +article .ir a, +.msg-cont .ir a { cursor: zoom-in; display: block; } -article .ir img { +article .ir img, +.msg-cont .ir img { max-width: 100%; } article > nav.l, |