You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/03/18 12:59:14 UTC

[royale-asjs] branch develop updated: todo-mvc: fix h1 margin in both examples

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4a7c2b0  todo-mvc: fix h1 margin in both examples
4a7c2b0 is described below

commit 4a7c2b061f658c8bebc7ad74d56713f19e6add4c
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Mar 18 13:59:10 2020 +0100

    todo-mvc: fix h1 margin in both examples
---
 examples/crux/todomvc-jewel-crux/src/main/resources/todomvc-styles.css | 1 +
 examples/jewel/todomvc/src/main/resources/todomvc-styles.css           | 1 +
 2 files changed, 2 insertions(+)

diff --git a/examples/crux/todomvc-jewel-crux/src/main/resources/todomvc-styles.css b/examples/crux/todomvc-jewel-crux/src/main/resources/todomvc-styles.css
index a248198..f7c6674 100644
--- a/examples/crux/todomvc-jewel-crux/src/main/resources/todomvc-styles.css
+++ b/examples/crux/todomvc-jewel-crux/src/main/resources/todomvc-styles.css
@@ -56,6 +56,7 @@
 	-webkit-text-rendering: optimizeLegibility;
 	-moz-text-rendering: optimizeLegibility;
 	text-rendering: optimizeLegibility;
+	margin: 0.83em 0;
 }
 
 /* Button */
diff --git a/examples/jewel/todomvc/src/main/resources/todomvc-styles.css b/examples/jewel/todomvc/src/main/resources/todomvc-styles.css
index c4aa502..d82b5ca 100644
--- a/examples/jewel/todomvc/src/main/resources/todomvc-styles.css
+++ b/examples/jewel/todomvc/src/main/resources/todomvc-styles.css
@@ -67,6 +67,7 @@ todomvc|TodoListSection
 	-webkit-text-rendering: optimizeLegibility;
 	-moz-text-rendering: optimizeLegibility;
 	text-rendering: optimizeLegibility;
+	margin: 0.83em 0;
 }
 
 /* Button */