fixing onebox image width bug

This commit is contained in:
Kris Aubuchon 2014-07-11 18:04:32 -04:00
parent c5cb126714
commit 1ef4a12a9d
1 changed files with 3 additions and 7 deletions

View File

@ -329,10 +329,6 @@ a.star {
float: left; float: left;
} }
#main a.star.starred {
text-shadow: none !important;
}
.topic-map { .topic-map {
margin: 20px 0 0 0; margin: 20px 0 0 0;
background: scale-color(scale-color-diff(), $lightness: 40%); background: scale-color(scale-color-diff(), $lightness: 40%);
@ -767,9 +763,9 @@ blockquote > *:last-child {
&.highlighted { &.highlighted {
background-color: scale-color($tertiary, $lightness: 85%); background-color: scale-color($tertiary, $lightness: 85%);
} }
img:not(.avatar), svg { .cooked p img, .cooked p svg {
max-width: 100% !important; max-width: 100%;
height: auto !important; height: auto;
} }
} }
.topic-avatar { .topic-avatar {