From 43d9ccaa2ee04aa48fd2e7512e356bd9ea1b1612 Mon Sep 17 00:00:00 2001 From: benmanley Date: Mon, 24 Mar 2014 21:38:54 +0000 Subject: [PATCH] Prevent .hero-stats header styles from applying globally --- public/css/header.styl | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/css/header.styl b/public/css/header.styl index ae439b6558..3cf102ca69 100644 --- a/public/css/header.styl +++ b/public/css/header.styl @@ -112,8 +112,6 @@ display: table-cell vertical-align: middle min-width:175px - background-color: darken($color-herobox, 4%) - border-right: 1px solid darken($color-herobox, 12%) .meter, .bar box-shadow: none @@ -162,4 +160,10 @@ top: 0 right: 0.5em z-index: 1 - line-height: 2.25 \ No newline at end of file + line-height: 2.25 + +//Apply certain styles in header only + +header .hero-stats + background-color: darken($color-herobox, 4%) + border-right: 1px solid darken($color-herobox, 12%) \ No newline at end of file