From 0873a5d79f07e9887e41ee91768af927e24691c7 Mon Sep 17 00:00:00 2001 From: Juliane Clausen Date: Wed, 30 Oct 2013 18:59:05 +0100 Subject: =?UTF-8?q?abst=C3=A4nde?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- local.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'local.css') diff --git a/local.css b/local.css index d892f868..18067397 100755 --- a/local.css +++ b/local.css @@ -141,3 +141,9 @@ img.imgwithborder color: #000; background-color: #fff; } + +#content { + margin-right: -webkit-calc(24ex+4px); + margin-right: -moz-calc(24ex+4px); + margin-right: 24ex; margin-right: calc(24ex+4px); +} -- cgit v1.2.1