diff options
author | Valerio Virgillito | 2012-01-31 15:11:04 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-01-31 15:11:04 -0800 |
commit | b01b586a26ae47d329bdd5fe005051513711fab7 (patch) | |
tree | 57b8f316fc7b06d67ccf21468048fa7ab6e5682b /js | |
parent | 1d8af9fb2be85c33ce6a846f97360ba2ee17ea23 (diff) | |
download | ninja-b01b586a26ae47d329bdd5fe005051513711fab7.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')
-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 | } |