diff options
Diffstat (limited to 'js/components/layout/bread-crumb.reel/bread-crumb.css')
-rwxr-xr-x | js/components/layout/bread-crumb.reel/bread-crumb.css | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/js/components/layout/bread-crumb.reel/bread-crumb.css b/js/components/layout/bread-crumb.reel/bread-crumb.css index 2dd34af3..a80b6052 100755 --- a/js/components/layout/bread-crumb.reel/bread-crumb.css +++ b/js/components/layout/bread-crumb.reel/bread-crumb.css | |||
@@ -37,15 +37,13 @@ POSSIBILITY OF SUCH DAMAGE. | |||
37 | -webkit-box-flex: 0; | 37 | -webkit-box-flex: 0; |
38 | } | 38 | } |
39 | 39 | ||
40 | .mainContentContainer > section.breadcrumbTrail { | 40 | .mainContentContainer section.breadcrumbTrail { |
41 | border:0; | 41 | border:0; |
42 | margin:0; | 42 | margin:0; |
43 | border-bottom:1px solid #000; | 43 | border-bottom:1px solid #000; |
44 | margin-bottom:1px; | 44 | margin-bottom:1px; |
45 | } | 45 | } |
46 | .breadcrumbTrail button.nj-skinned { | ||
47 | float: left; | ||
48 | width: 60px; | ||
49 | margin: 2px; | ||
50 | } | ||
51 | 46 | ||
47 | .breadcrumbTrail div:first-child { | ||
48 | margin-left: 2px; | ||
49 | } | ||