From 3e4abd37683ff6f76170de37d065676b62d7dedc Mon Sep 17 00:00:00 2001 From: Simon Grim Date: Wed, 4 Feb 2015 03:24:08 +0600 Subject: [PATCH] quick fix of new user modal wrapper margin offset --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 2c96eac..db101d8 100644 --- a/css/style.css +++ b/css/style.css @@ -1420,7 +1420,7 @@ ol.toptrends-list { { width: 720px; height: 400px; - margin: -200px 0 0 -280px; + margin: 60px 0 0 -360px; overflow-x: hidden; overflow-y: hidden; }