From b82279d434d1f42c150f055afe8972c7e37c8459 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 20 Oct 2016 11:19:33 +0300 Subject: [PATCH] -Css z-index --- frontend/web/css/style.css | 2 +- frontend/web/css/style.min.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index d968e36..c1fa421 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1542,7 +1542,7 @@ ul.breadcrumb { margin-top: 28px; margin-bottom: 16px; position: relative; - z-index: 3; + z-index: 2; } ul.breadcrumb li { float: left; diff --git a/frontend/web/css/style.min.css b/frontend/web/css/style.min.css index 70bb5be..5ea7a6a 100755 --- a/frontend/web/css/style.min.css +++ b/frontend/web/css/style.min.css @@ -1769,7 +1769,7 @@ ul.breadcrumb { margin-top: 28px; margin-bottom: 16px; position: relative; - z-index: 3; + z-index: 2; } ul.breadcrumb li { -- libgit2 0.21.4