You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ta...@apache.org on 2017/06/06 10:45:58 UTC

[1/2] incubator-weex git commit: * [doc] fix users app layout bug

Repository: incubator-weex
Updated Branches:
  refs/heads/dev a643dedf2 -> 2fca48bfa


* [doc] fix users app layout bug


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/9c73ec8c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/9c73ec8c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/9c73ec8c

Branch: refs/heads/dev
Commit: 9c73ec8ca3a0e3f0ec50a11580e39cf4dc30c10d
Parents: c72b23a
Author: tancy <ro...@gmail.com>
Authored: Tue Jun 6 16:14:38 2017 +0800
Committer: tancy <ro...@gmail.com>
Committed: Tue Jun 6 16:14:38 2017 +0800

----------------------------------------------------------------------
 doc/themes/weex/source/css/index.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/9c73ec8c/doc/themes/weex/source/css/index.scss
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/css/index.scss b/doc/themes/weex/source/css/index.scss
index 7b5454f..e1e744b 100644
--- a/doc/themes/weex/source/css/index.scss
+++ b/doc/themes/weex/source/css/index.scss
@@ -48,7 +48,7 @@
 
 .horizon{
   .textbox {
-    flex: 2;
+    flex: 1;
     display: flex;
     flex-direction: column;
     justify-content: center;


[2/2] incubator-weex git commit: Merge branch 'dev' of https://git-wip-us.apache.org/repos/asf/incubator-weex into dev

Posted by ta...@apache.org.
Merge branch 'dev' of https://git-wip-us.apache.org/repos/asf/incubator-weex into dev


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/2fca48bf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/2fca48bf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/2fca48bf

Branch: refs/heads/dev
Commit: 2fca48bfac161bcc8be11fd82bbafce910b8054f
Parents: 9c73ec8 a643ded
Author: tancy <ro...@gmail.com>
Authored: Tue Jun 6 18:44:00 2017 +0800
Committer: tancy <ro...@gmail.com>
Committed: Tue Jun 6 18:44:00 2017 +0800

----------------------------------------------------------------------
 doc/source/cn/references/components/input.md | 241 +++++++++++++++++-----
 doc/source/references/components/input.md    |   2 +-
 2 files changed, 196 insertions(+), 47 deletions(-)
----------------------------------------------------------------------