removing 100% width on non-lightboxed images

This commit is contained in:
Kris Aubuchon 2014-07-18 20:06:41 -04:00
parent c47a70e390
commit 9da806d2fa
1 changed files with 0 additions and 4 deletions

View File

@ -751,10 +751,6 @@ $topic-avatar-width: 45px;
&.highlighted {
background-color: scale-color($tertiary, $lightness: 85%);
}
.cooked p img, .cooked p svg {
max-width: 100%;
height: auto;
}
}
.topic-avatar {
border-top: 1px solid scale-color-diff();