File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 99 text-decoration : none ;
1010 }
1111
12+
1213 @media (min-width : $screen-md-min ) {
1314 height : $topbar-height ;
1415 }
2728 float : none ;
2829 }
2930
31+ .nav-pills > li + li {
32+ margin-left : 0 ;
33+ }
34+
3035 .dropdown-toggle {
3136 display : block ;
3237 border-radius : 0 ;
Original file line number Diff line number Diff line change 22 File <b class =" caret" ></b >
33</a >
44
5- <ul class =" dropdown dropdown -menu" >
5+ <ul class =" dropdown-menu" >
66 <li >{{ #link-to ' gist.new' class =" test-new-twiddle" }} New Twiddle{{ /link-to }} </li >
77 {{ #if model }}
88 <li role =" presentation" class =" divider" ></li >
9- <li class =" dropdown-submenu" >
9+ <li class =" dropdown dropdown -submenu" >
1010 <a tabindex =" -1" href =" #" >Add...</a >
1111 <ul class =" dropdown-menu" >
1212 <li ><a {{ action ' addFile' ' ' }} >Other (empty file)</a ></li >
13- <li class =" dropdown-submenu" >
13+ <li class =" dropdown dropdown -submenu" >
1414 <a {{ action ' addComponent' }} class =" add-component-link" >Component (js and hbs)</a >
15- <ul class =" 'dropdown dropdown-menu" >
15+ <ul class =" dropdown-menu" >
1616 <li ><a {{ action ' addFile' ' component-hbs' }} >hbs only</a ></li >
1717 <li ><a {{ action ' addFile' ' component-js' }} >js only</a ></li >
1818 </ul >
You can’t perform that action at this time.
0 commit comments