diff options
| author | garbash <dor.garbash@gmail.com> | 2015-04-01 16:06:49 +0300 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-04-01 16:06:49 +0300 |
| commit | 41b7c9289e374af872fd0160d8a28b720a2ef208 (patch) | |
| tree | 21753493391a986bb75ffcd709246d3115a563d9 /res/client/css/style.css | |
| parent | 05e96f0598fc2fbd35a68621e62157c69bbc1209 (diff) | |
Replaced login separator lines from absolute to relative
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
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; |
