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/05/17 10:21:24 UTC

[royale-docs] branch master updated: some global layout fixes

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 dce5542  some global layout fixes
dce5542 is described below

commit dce5542494c44546538f0ba2b771d8e2ccf45b2b
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri May 17 12:21:17 2019 +0200

    some global layout fixes
---
 _layouts/docpage.html |  9 ++++-----
 index.md              |  2 +-
 royalesite.css        | 55 ++++++++++++++++++++++-----------------------------
 3 files changed, 29 insertions(+), 37 deletions(-)

diff --git a/_layouts/docpage.html b/_layouts/docpage.html
index 7aae328..709912b 100644
--- a/_layouts/docpage.html
+++ b/_layouts/docpage.html
@@ -64,7 +64,6 @@ limitations under the License.
 </li>
 </ul>
 </div>
-<p class="tagline">Designed for the future.  Code Once.  Run Everywhere.</p>
 <div class="toc_and_doc">
   <div class="content" id="content">
     {{content}}
@@ -208,7 +207,7 @@ limitations under the License.
   <div class="footer-column">
   <ul class="footer-list">
     <li class="documentation">DOCUMENTATION</li>
-    <li><a class="footer-list_a" href="{{ site.baseurl }}/Get Started.html">Getting Started</a></li>
+    <li><a class="footer-list_a" href="{{ site.baseurl }}/Get Started.html">Get Started</a></li>
     <li><a class="footer-list_a" href="https://royale.apache.org/docs/">Docs</a></li>
     <li><a class="footer-list_a" href="https://royale.apache.org/asdoc/">Reference</a></li>
     <li><a class="footer-list_a" href="https://github.com/apache/royale-asjs/wiki">Wiki</a></li>
@@ -251,9 +250,9 @@ limitations under the License.
     <p><img class="aboutus-apache-logo" src="https://royale.apache.org/wp-content/uploads/2017/10/Apache_PoweredBy.svg" />
     <a href="https://royale.apache.org" class="aboutus_a">Apache Royale™</a>, <a href="https://www.apache.org" class="aboutus_a">Apache™</a> and the <a href="https://www.apache.org/foundation/press/kit/" class="aboutus_a">Apache feather logo™</a> are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners. Read more about our privacy policy on our <a href="https://royale.apache.org/privacy-policy">Priva [...]
   </div>
-</div>
-<div class="asf">
-Copyright © 2017-2018 <a href="https://www.apache.org">The Apache Software Foundation</a>, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>
+  <div class="asf">
+  Copyright © 2017-2018 <a href="https://www.apache.org">The Apache Software Foundation</a>, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>
+  </div>
 </div>
 </body>
 </html>
diff --git a/index.md b/index.md
index 4a76e23..11dc43b 100644
--- a/index.md
+++ b/index.md
@@ -20,7 +20,7 @@ title: Welcome to Apache Royale
 
 # Welcome to Apache Royale!
 
-&nbsp;
+Designed for the future. Code Once. Run Everywhere.
 
 This is the main documentation for Apache Royale.  If you are looking for the API Reference, [click here](http://royale.apache.org/asdoc/index.html){:target='_blank'}.
 
diff --git a/royalesite.css b/royalesite.css
index 89557e0..3341c06 100644
--- a/royalesite.css
+++ b/royalesite.css
@@ -254,6 +254,8 @@
 }
 
 body {
+	padding: 0;
+	margin: 0;
 	-webkit-font-smoothing: antialiased;
 	-webkit-text-size-adjust: 100%;
 }
@@ -262,34 +264,34 @@ h1 {
 	margin-top: 0px;
 	font-family: Signika;
 	font-weight: 700;
-font-style: normal;
-font-size: 48px;
-text-transform: none;
-line-height: 60px;
-letter-spacing: -1.3px;
-color: #2166ac;
+	font-style: normal;
+	font-size: 48px;
+	text-transform: none;
+	line-height: 60px;
+	letter-spacing: -1.3px;
+	color: #2166ac;
 }
 
 h2 {
-display: block;
-font-size: 1.5em;
-margin-block-start: 0.83em;
-margin-block-end: 0.83em;
-margin-inline-start: 0px;
-margin-inline-end: 0px;
-font-weight: bold;
-color: #2166ac;
+	display: block;
+	font-size: 1.5em;
+	margin-block-start: 0.83em;
+	margin-block-end: 0.83em;
+	margin-inline-start: 0px;
+	margin-inline-end: 0px;
+	font-weight: bold;
+	color: #2166ac;
 }
 
 p {
-font-family: "Hind Siliguri";
-font-weight: 300;
-font-style: normal;
-font-size: 18px;
-text-transform: none;
-line-height: 30px;
-letter-spacing: 0px;
-color: #565656;
+	font-family: "Hind Siliguri";
+	font-weight: 300;
+	font-style: normal;
+	font-size: 18px;
+	text-transform: none;
+	line-height: 30px;
+	letter-spacing: 0px;
+	color: #565656;
 }
 
 a:hover {
@@ -322,15 +324,6 @@ pre {
 	overflow-x: auto;
 }
 
-.tagline {
-	font-family: 'Hind Siliguri';
-	top: 60px;
-	right: 10px;
-	font-size: 10px;
-	color: #fff;
-	position: absolute;
-}
-
 @media screen and (max-width: 720px) {
 	.tagline {
 		display: none;