From 0f689b25f472376faacaef885bb1155155d07c37 Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Wed, 5 Mar 2014 20:41:56 -0600 Subject: [PATCH] _s: Restore default styles for `` elements. Lost in 651b89e49743c321b04ef10ebf5a42d8093f75d3. --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index f2f133a..afffe0a 100644 --- a/style.css +++ b/style.css @@ -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; }