diff options
author | Valerio Virgillito | 2012-01-31 15:11:04 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-01 15:08:30 -0800 |
commit | a08d3d340085df5e67f564cba84dbb2253df2b2a (patch) | |
tree | 8cefe676c82fde5c61b3fc2e4f7d8ae83191c47b /js/components/layout/bread-crumb.reel/bread-crumb.css | |
parent | f3678107282813836ee3d9271e484546bdd5a4b7 (diff) | |
download | ninja-a08d3d340085df5e67f564cba84dbb2253df2b2a.tar.gz |
Fixing the bread-crumb background
The CSS cleanup added a background to the bottom panel container which broke the bread-crumb background.
Fixing by adding the background directly to the bread-crumb component.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/components/layout/bread-crumb.reel/bread-crumb.css')
-rw-r--r-- | js/components/layout/bread-crumb.reel/bread-crumb.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/components/layout/bread-crumb.reel/bread-crumb.css b/js/components/layout/bread-crumb.reel/bread-crumb.css index f84c6e80..cc984609 100644 --- a/js/components/layout/bread-crumb.reel/bread-crumb.css +++ b/js/components/layout/bread-crumb.reel/bread-crumb.css | |||
@@ -5,6 +5,7 @@ | |||
5 | </copyright> */ | 5 | </copyright> */ |
6 | 6 | ||
7 | .bread_crumb{ | 7 | .bread_crumb{ |
8 | background-color: #282828; | ||
8 | border-style: double; | 9 | border-style: double; |
9 | height: 26px; | 10 | height: 26px; |
10 | } | 11 | } |