From 8d84a6352b82127c69205ab786699d2bed385c11 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Fri, 2 Jul 2010 17:08:21 +0200 Subject: [PATCH] deadfoxjunction: Put a bit of spacing around portrait images. --- static/deadfoxjunction/css/common.css | 5 +++++ 1 file changed, 5 insertions(+) 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; +} -- 2.30.2