removing 100% image width from embedded posts

This commit is contained in:
Kris Aubuchon 2014-07-21 21:00:43 -04:00
parent a4cdf33b22
commit 90db5147a3
1 changed files with 2 additions and 5 deletions

View File

@ -232,12 +232,9 @@ nav.post-controls {
.embedded-posts {
h1, h2, h3 {margin: 10px 0;}
a.mention {background: darken(scale-color-diff(), 10%);}
/* this 100% stuff is normally VERY dangerous because we're overriding
painstakingly calculated exact image widths, but in expanded replies, we may
be below minimum width, and expanded replies are loaded on demand anyway */
p img {
width: 100%;
height: 100%;
max-width: 579px;
}
.topic-body {
width: 84%;