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 | 8 |
1 files changed, 3 insertions, 5 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..ab00bcc8 100755 --- a/js/components/layout/bread-crumb.reel/bread-crumb.css +++ b/js/components/layout/bread-crumb.reel/bread-crumb.css | |||
@@ -43,9 +43,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
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 | } | ||