From fe065e2a89aaeaf9f7279d60c7c7026672f52e71 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Thu, 21 Aug 2014 17:57:26 -0700 Subject: [PATCH] fix images to fit within width (still needs a lightbox for expanding) --- css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/custom.css b/css/custom.css index 9a53fd6474..b77bf205c4 100644 --- a/css/custom.css +++ b/css/custom.css @@ -44,6 +44,10 @@ body .content-root { padding-top: 10px; } +.content img { + width: 100%; +} + .menubar { padding-top: 10px; }