From 5d4a8c7a66976167cee35ccdf2ca25b09fb58165 Mon Sep 17 00:00:00 2001 From: Daniel Lundqvist Date: Fri, 26 Dec 2008 21:52:40 +0800 Subject: [PATCH] Improve margins now that we can toggle things in rightcontent div. --- html/views/history/history.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/views/history/history.css b/html/views/history/history.css index 29123bc..0fe68d0 100644 --- a/html/views/history/history.css +++ b/html/views/history/history.css @@ -13,11 +13,11 @@ body { #rightcontent { float: right; + margin: 5px; } #buttons { float: left; - margin-top: 5px; } a.servicebutton{ @@ -38,7 +38,7 @@ a.servicebutton{ } #gravatar { - margin: 5px; + margin-left: 5px; padding: 2px; width: 60px; height: 60px;