commit | 259e0b978c3769c0aabc6b11e8b0c0e282e6a835 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Thu Jul 04 16:44:57 2013 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Thu Jul 04 16:44:57 2013 +0530 |
tree | 7315e1c0905cd3987b21a32773255242a07b3f35 | |
parent | b66891a49d960a1bfcee963770f951ca41299e70 [diff] |
[website] [css] img max-width should be 100%
diff --git a/website/css/website.css b/website/css/website.css index 34ff983..df37821 100644 --- a/website/css/website.css +++ b/website/css/website.css
@@ -10,6 +10,10 @@ cursor: pointer; } +img { + max-width: 100%; +} + .content { padding-bottom: 30px; }