Skip to content

Commit 0ecf380

Browse files
author
christopheschwyzer
committed
FF reports no-flexbox
1 parent 6aef3b3 commit 0ecf380

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

css/main.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@ strong {
184184
color: #ffffff;
185185
font-weight: bold;
186186
}
187-
html.no-svg .upgrade-info,
188-
html.no-flexbox .upgrade-info {
187+
html.no-svg .upgrade-info {
189188
display: block;
190189
}
191190
#header {

css/main.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,8 @@ strong {
226226
font-weight: bold;
227227
}
228228

229-
html.no-svg &, html.no-flexbox & {
229+
html.no-svg & {
230+
// FF27 reports no-flexbox, thus removed here :/
230231
display: block;
231232
}
232233
}

0 commit comments

Comments
 (0)