no need for top attribute
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/218a6229 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/218a6229 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/218a6229 Branch: refs/heads/develop Commit: 218a6229f5c1277f15957b0778fe338082ceaff3 Parents: b6f5f20 Author: Alex Harui <[email protected]> Authored: Thu Jan 8 16:45:16 2015 -0800 Committer: Alex Harui <[email protected]> Committed: Fri Jan 9 08:09:48 2015 -0800 ---------------------------------------------------------------------- examples/FlexJSStore/src/FlexJSStore.mxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/218a6229/examples/FlexJSStore/src/FlexJSStore.mxml ---------------------------------------------------------------------- diff --git a/examples/FlexJSStore/src/FlexJSStore.mxml b/examples/FlexJSStore/src/FlexJSStore.mxml index c461525..95bee6c 100755 --- a/examples/FlexJSStore/src/FlexJSStore.mxml +++ b/examples/FlexJSStore/src/FlexJSStore.mxml @@ -252,7 +252,7 @@ limitations under the License. </basic:ControlBar> <basic:Container width="990" > <basic:style> - <basic:SimpleCSSStyles paddingLeft="0" paddingRight="0" horizontalCenter="0" top="12" /> + <basic:SimpleCSSStyles paddingLeft="0" paddingRight="0" horizontalCenter="0"/> </basic:style> <HomeView id="homeView" width="100%" height="550" includeIn="Home"
