File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -781,6 +781,12 @@ address {
781
781
-moz-box-shadow : none;
782
782
box-shadow : none;
783
783
}
784
+ .navbar .nav > li : first-child {
785
+ border-radius : 6px 6px 0 0 ;
786
+ }
787
+ .navbar .nav > li : last-child {
788
+ border-radius : 0 0 6px 6px ;
789
+ }
784
790
.navbar .nav > li > ul {
785
791
padding-top : 13px ;
786
792
top : 80% ;
Original file line number Diff line number Diff line change 64
64
.box-shadow (none );
65
65
}
66
66
}
67
+ & :first-child {
68
+ border-radius : @border-radius-large @border-radius-large 0 0 ;
69
+ }
70
+ & :last-child {
71
+ border-radius : 0 0 @border-radius-large @border-radius-large ;
72
+ }
67
73
68
74
// Second level nav
69
75
> ul {
158
164
position : relative ;
159
165
160
166
& :first-child {
161
- border-radius : 6 px 6 px 0 0 ;
167
+ border-radius : @border-radius-large @border-radius-large 0 0 ;
162
168
padding-top : 3px ;
163
169
}
164
170
& :last-child {
165
- border-radius : 0 0 6 px 6 px ;
171
+ border-radius : 0 0 @border-radius-large @border-radius-large ;
166
172
}
167
173
& .active {
168
174
> a ,
You can’t perform that action at this time.
0 commit comments