Repository: flex-asjs Updated Branches: refs/heads/feature/FLEX-35235 de87ded96 -> c4df73e86
Code to test the new calc function in CSS Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/c4df73e8 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/c4df73e8 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/c4df73e8 Branch: refs/heads/feature/FLEX-35235 Commit: c4df73e864a4a9a3c34d49ffb57cf70fa2fbe9b8 Parents: de87ded Author: Carlos Rovira <[email protected]> Authored: Tue Jan 3 00:36:30 2017 +0100 Committer: Carlos Rovira <[email protected]> Committed: Tue Jan 3 00:36:30 2017 +0100 ---------------------------------------------------------------------- examples/flexjs/MDLExample/src/main/resources/mdl-styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c4df73e8/examples/flexjs/MDLExample/src/main/resources/mdl-styles.css ---------------------------------------------------------------------- diff --git a/examples/flexjs/MDLExample/src/main/resources/mdl-styles.css b/examples/flexjs/MDLExample/src/main/resources/mdl-styles.css index 6dd7267..a4d40d9 100644 --- a/examples/flexjs/MDLExample/src/main/resources/mdl-styles.css +++ b/examples/flexjs/MDLExample/src/main/resources/mdl-styles.css @@ -90,7 +90,7 @@ js|Image /* card wide */ .demo-card-wide.mdl-card { - width: 512px; + width: calc((100% - 50px)/3); } .demo-card-wide > .mdl-card__title { color: #fff;
