Skip to content

Commit db8b2e3

Browse files
0xblzimaustink
authored andcommitted
cleanup
1 parent 6588093 commit db8b2e3

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

static/header.less

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
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
}
@@ -110,6 +112,7 @@
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;
@@ -132,6 +135,7 @@
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;

0 commit comments

Comments
 (0)