// shouldn’t change .container behavior

This commit is contained in:
Kevin Granger
2013-12-11 12:25:28 +01:00
parent 8f71f36be9
commit f8b7e02396
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -1464,7 +1464,7 @@ div.star a:hover
position: relative
&:first-child
background-color: $dark-background
.container
> .container
position: relative
.shop-phone
display: block