Skip to content

Commit

Permalink
FF reports no-flexbox
Browse files Browse the repository at this point in the history
  • Loading branch information
christopheschwyzer committed Feb 9, 2014
1 parent 6aef3b3 commit 0ecf380
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,7 @@ strong {
color: #ffffff;
font-weight: bold;
}
html.no-svg .upgrade-info,
html.no-flexbox .upgrade-info {
html.no-svg .upgrade-info {
display: block;
}
#header {
Expand Down
3 changes: 2 additions & 1 deletion css/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ strong {
font-weight: bold;
}

html.no-svg &, html.no-flexbox & {
html.no-svg & {
// FF27 reports no-flexbox, thus removed here :/
display: block;
}
}
Expand Down

0 comments on commit 0ecf380

Please sign in to comment.