From 8eb58adf55df4a8d5c2ce897ca5281391c4cdbea Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 27 May 2012 15:00:40 +0200 Subject: [PATCH] Changed margin to something more sensible --- templates/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/style.css b/templates/style.css index 788e1ed..7cfb25a 100644 --- a/templates/style.css +++ b/templates/style.css @@ -85,7 +85,7 @@ table td.body .version, .attachment { display: block; - margin: 2px 6px 8px 0px; + margin: 8px 6px 2px 0px; padding: 4px 0px; float: left; font-weight: bold;