Skip to content

Instantly share code, notes, and snippets.

@jiguang
Created May 21, 2014 06:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jiguang/68dedb94b93ed5a44856 to your computer and use it in GitHub Desktop.
Save jiguang/68dedb94b93ed5a44856 to your computer and use it in GitHub Desktop.
flex
.WX_tab, .WX_nav, .WX_me_item, .QQ_tab, .hd_me_item {
display: box;
display: -ms-box;
display: -webkit-box;
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
}
.WX_tab a, .WX_nav a, .WX_me_item a, .QQ_tab a, .hd_me_item a {
display: block;
flex: 1;
-ms-flex: 1;
-webkit-flex: 1;
box-flex: 1;
-ms-box-flex: 1;
-webkit-box-flex: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment