From a28fa20018a2529ecc5d91604486abbd0730b511 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 22 Mar 2012 23:49:39 -0700 Subject: [PATCH] remove redundant max-width img from docs css --- docs/assets/css/docs.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index cb7224e388..3a8bfbc586 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -492,10 +492,6 @@ hr.soften { /* Misc -------------------------------------------------- */ -img { - max-width: 100%; -} - /* Make tables spaced out a bit more */ h2 + table, h3 + table,