From: Matthijs Kooijman Date: Fri, 2 Jul 2010 15:08:21 +0000 (+0200) Subject: deadfoxjunction: Put a bit of spacing around portrait images. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=commitdiff_plain;h=8d84a6352b82127c69205ab786699d2bed385c11 deadfoxjunction: Put a bit of spacing around portrait images. --- diff --git a/static/deadfoxjunction/css/common.css b/static/deadfoxjunction/css/common.css index ed1d1d0..8e9ae43 100644 --- a/static/deadfoxjunction/css/common.css +++ b/static/deadfoxjunction/css/common.css @@ -432,3 +432,8 @@ TD.tip { /* end MonthCalendar stuff */ + +/* Give portrait pictures a bit of a margin */ +.Portret img { + margin: 10px; +}