File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 11.top-right-top {
2- display : inline-flex ;
3- flex-direction : row-reverse ;
4- height : @brand-height ;
5- width : 100% ;
6- justify-content : space-between ;
2+ - js- display: flex ; // ie9/10 flexbox fix
3+ display : flex ;
4+ flex-direction : row-reverse ;
5+ width : 100% ;
6+ height : 53px ;
7+ justify-content : space-between ;
8+ }
9+ .top-left {
10+ display : none ;
711}
8-
912.brand {
1013 height : @brand-height ;
1114 padding-top : @gutter ;
1215 background : white ;
13-
1416 .dropdown {
1517 display :none ;
1618 }
110112
111113// ----- CHAT, FORUM, GITHUB STAR, TWITTER -----
112114.top-right-links {
115+ - js- display: flex ; // ie9/10 flexbox fix
113116 display : none ;
114117 @media screen and (min-width : @breakpoint ){
115118 display : flex ;
132135
133136// ----- BITOVI BITS DROPDOWN -----
134137.top-right-bitovi {
138+ - js- display: flex ; // ie9/10 flexbox fix
135139 .flex ;
136140 padding : 0 ;
137141 margin : 0 ;
You can’t perform that action at this time.
0 commit comments