be more backwards-compatible with flex layout

master
Simon McVittie 2014-12-01 21:59:20 +00:00
parent 903a77d343
commit e14e9aa642
1 changed files with 5 additions and 0 deletions

View File

@ -562,9 +562,14 @@ a.openid_large_btn:focus {
* the sidebar to the end */
.page {
display: -webkit-box;
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-ms-flex-direction: column;
-webkit-flex-direction: tb;
-webkit-flex-direction: column;
flex-direction: column;
}
#pageheader {