You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ha...@apache.org on 2017/08/08 21:15:53 UTC

[17/50] git commit: [flex-asjs] [refs/heads/feature/strand-work] - Wrong CSS

Wrong 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/562a1302
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/562a1302
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/562a1302

Branch: refs/heads/feature/strand-work
Commit: 562a1302e66a912053b7ea0195e5075cbcedf07f
Parents: a631f06
Author: Harbs <ha...@in-tools.com>
Authored: Mon Jul 31 12:33:03 2017 +0300
Committer: Harbs <ha...@in-tools.com>
Committed: Mon Jul 31 12:33:03 2017 +0300

----------------------------------------------------------------------
 frameworks/projects/Basic/src/main/resources/defaults.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/562a1302/frameworks/projects/Basic/src/main/resources/defaults.css
----------------------------------------------------------------------
diff --git a/frameworks/projects/Basic/src/main/resources/defaults.css b/frameworks/projects/Basic/src/main/resources/defaults.css
index 7f7973b..f267363 100644
--- a/frameworks/projects/Basic/src/main/resources/defaults.css
+++ b/frameworks/projects/Basic/src/main/resources/defaults.css
@@ -58,7 +58,6 @@ Application
 {
 	padding: 0px;
 	margin: 0px;
-	align-content: flex-start;
 }
 
 Button
@@ -134,6 +133,7 @@ Container
 	IBeadLayout: ClassReference("org.apache.flex.html.beads.layouts.BasicLayout");
 	IViewport: ClassReference("org.apache.flex.html.supportClasses.Viewport");
 	IViewportModel: ClassReference("org.apache.flex.html.beads.models.ViewportModel");
+	align-items: flex-start;
 }
 
 ControlBar