Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
fix rule for distributed elements
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Apr 16, 2014
1 parent bb6d14e commit fa244bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ body.core-fit {
}

/* distributed elements */
::content > .core-flex, ::content > [core-flex], {
::content > .core-flex, ::content > [core-flex] {
-webkit-box-flex: 1;
-ms-flex: 1;
-moz-flex: 1;
Expand Down

0 comments on commit fa244bb

Please sign in to comment.