From c54b1650d3b5237d3819272b07990fa516dacb22 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Sat, 7 Dec 2013 13:57:20 +0100 Subject: [PATCH] max width images --- app/assets/stylesheets/public.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/public.less b/app/assets/stylesheets/public.less index 3c21c1c..00c62a3 100644 --- a/app/assets/stylesheets/public.less +++ b/app/assets/stylesheets/public.less @@ -8,6 +8,9 @@ @import "public/thikbox"; +img{ +max-width:100%; +} a { color: #990000; }