blob: 26a56b45999b1e6c20948f1a92553a62d00cdaf7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
/* <copyright>
This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
</copyright> */
.breadcrumbTrail {
background-color: #282828;
height: 26px;
position:relative;
-webkit-box-flex: 0;
}
.mainContentContainer > section.breadcrumbTrail {
border:0;
margin:0;
border-bottom:1px solid #000;
margin-bottom:1px;
}
.breadcrumbTrail button.nj-skinned {
float: left;
width: 60px;
margin: 2px;
}
|