From 8c562972062fbf3d750bd62893de248022850c23 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Tue, 12 Mar 2013 19:59:33 +0100 Subject: thème spécifique pour les grandes images MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/theme/base.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'public/theme') diff --git a/public/theme/base.css b/public/theme/base.css index af2744c6e..b3e462353 100644 --- a/public/theme/base.css +++ b/public/theme/base.css @@ -268,8 +268,11 @@ form { .post.flux .content p { margin: 10px 0; } - .post.flux .content img { - margin: 0; + .post.flux .content img.big { + display: block; + margin: 10px 0; + width: 100%; + box-shadow: 0 0 5px #000; border-radius: 5px; } .post.flux .content pre { -- cgit v1.2.3