From f8b7e023969b42e70740371351f2b9c0ea10fce1 Mon Sep 17 00:00:00 2001 From: Kevin Granger Date: Wed, 11 Dec 2013 12:25:28 +0100 Subject: [PATCH] =?UTF-8?q?//=20shouldn=E2=80=99t=20change=20.container=20?= =?UTF-8?q?behavior?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/default-bootstrap/css/global.css | 2 +- themes/default-bootstrap/sass/global.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default-bootstrap/css/global.css b/themes/default-bootstrap/css/global.css index c8a4e3f02..8c0eaa102 100644 --- a/themes/default-bootstrap/css/global.css +++ b/themes/default-bootstrap/css/global.css @@ -5297,7 +5297,7 @@ div.star a:hover { position: relative; } #header .header-row:first-child { background-color: #333333; } - #header .header-row .container { + #header .header-row > .container { position: relative; } #header .header-row .shop-phone { display: block; diff --git a/themes/default-bootstrap/sass/global.sass b/themes/default-bootstrap/sass/global.sass index 8bd3d1a26..51c0bd1cd 100644 --- a/themes/default-bootstrap/sass/global.sass +++ b/themes/default-bootstrap/sass/global.sass @@ -1464,7 +1464,7 @@ div.star a:hover position: relative &:first-child background-color: $dark-background - .container + > .container position: relative .shop-phone display: block