Merge pull request #2557 from awesomerobot/master

removing 100% width on non-lightboxed images
This commit is contained in:
Jeff Atwood
2014-07-18 17:25:00 -07:00

View File

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