From 41b7c9289e374af872fd0160d8a28b720a2ef208 Mon Sep 17 00:00:00 2001 From: garbash Date: Wed, 1 Apr 2015 16:06:49 +0300 Subject: Replaced login separator lines from absolute to relative --- res/client/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'res/client/css/style.css') diff --git a/res/client/css/style.css b/res/client/css/style.css index ea9a2488..5c7855b7 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -1030,7 +1030,8 @@ g:focus circle { color: #363636; } .section-divider { - color: #919095; } + color: #919095; + position: relative; } .section-divider:before { content: ""; width: 112px; -- cgit v1.3.1