aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorValerio Virgillito2012-01-31 15:11:04 -0800
committerValerio Virgillito2012-02-02 14:52:47 -0800
commit51061ead1bd6cbb8568287724b3e23cf9f5a3b17 (patch)
tree57b8f316fc7b06d67ccf21468048fa7ab6e5682b /js
parentc7b5089b6cea5304cd94e3f25a760919748abfef (diff)
downloadninja-51061ead1bd6cbb8568287724b3e23cf9f5a3b17.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.css1
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}