_s: Restore default styles for `<img>` elements.

Lost in 651b89e497.
This commit is contained in:
Konstantin Obenland 2014-03-05 20:41:56 -06:00
parent 5de96cdb72
commit 0f689b25f4
1 changed files with 4 additions and 0 deletions

View File

@ -226,6 +226,10 @@ dt {
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; /* Make sure images are scaled correctly. */
max-width: 100%; /* Adhere to container width. */
}
figure {
margin: 0;
}