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 2019/08/25 09:56:36 UTC

[royale-docs] branch master updated: centering jewel theme images

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e35da4e  centering jewel theme images
e35da4e is described below

commit e35da4e80d6e063a672f9ee6b62bf0387087a072
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun Aug 25 11:56:29 2019 +0200

    centering jewel theme images
---
 component-sets/jewel/jewel-themes.md | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/component-sets/jewel/jewel-themes.md b/component-sets/jewel/jewel-themes.md
index 6393e68..0c710d7 100644
--- a/component-sets/jewel/jewel-themes.md
+++ b/component-sets/jewel/jewel-themes.md
@@ -31,6 +31,7 @@ Royale use the theme to add the right css selectors to the final compilation so
 
 Jewel comes with predefined themes based on the 12 color wheel below:
 
+{:align="center"}
 ![Jewel 12 color wheel](assets/images/apache-royale-jewel-12-color-wheel.jpeg)
 
 Current colors are:
@@ -54,22 +55,25 @@ Current colors are:
 
 Jewel has been designed to cover multiple visual needs and support Light/Dark and Flat/No Flat themes:
 
+{:align="center"}
 ![Light/No Flat](assets/images/apache-royale-jewel-light-noflat.jpeg){:height="80%" width="80%"}
 <br>
 Light/No Flat
-<br><br>
+
+{:align="center"}
 ![Dark/No Flat](assets/images/apache-royale-jewel-dark-noflat.jpeg){:height="80%" width="80%"}
 <br>
 Dark/No Flat
-<br><br>
+
+{:align="center"}
 ![Light/Flat](assets/images/apache-royale-jewel-light-flat.jpeg){:height="80%" width="80%"}
 <br>
 Light/Flat
-<br><br>
+
+{:align="center"}
 ![Dark/Flat](assets/images/apache-royale-jewel-dark-flat.jpeg){:height="80%" width="80%"}
 <br>
 Dark/Flat
-<br><br>
 
 Jewel Themes are a CSS file in the end (`default.css`), with all needed CSS rules predefined. We create this CSSs using the __Jewel SASS Theme framework__ located in __JewelTheme__ project. By udating the rules in this theme project, we can recompile all predefined jewel themes in Apache Royale to update those themes with the latest changes.