You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/01/09 17:10:22 UTC

[09/22] git commit: [flex-asjs] [refs/heads/develop] - no need for top attribute

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 <ah...@apache.org>
Authored: Thu Jan 8 16:45:16 2015 -0800
Committer: Alex Harui <ah...@apache.org>
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"