fix safari flexbox style

This commit is contained in:
afc163 2015-06-04 14:46:34 +08:00
parent b12d53af60
commit df906110ed

View File

@ -462,6 +462,7 @@ footer ul li > a {
}
.main-wrapper {
display: -webkit-flex;
display: flex;
background: #f9f9f9;
}