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

[royale-docs] branch develop updated: more tweaks

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new a7235b4  more tweaks
a7235b4 is described below

commit a7235b4f5ccb0ebfa00996a9c57473739ecc801a
Author: Alex Harui <ah...@apache.org>
AuthorDate: Mon Jan 22 11:27:07 2018 -0800

    more tweaks
---
 _layouts/docpage.html | 2 +-
 royalesite.css        | 9 ++++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/_layouts/docpage.html b/_layouts/docpage.html
index c878584..17a0a7d 100644
--- a/_layouts/docpage.html
+++ b/_layouts/docpage.html
@@ -60,7 +60,7 @@ limitations under the License.
 </li>
 </ul>
 </div>
-<h3>Designed for the future.  Code Once.  Run Everywhere.</h3>
+<p class="tagline">Designed for the future.  Code Once.  Run Everywhere.</p>
 <div class="toc_and_doc">
   <div class="toc" id="toc">
     <a id="welcome" class="toc_entry" href="{{ site.baseurl }}/index.html">Welcome to Apache Royale</a>
diff --git a/royalesite.css b/royalesite.css
index ad49a41..15bf164 100644
--- a/royalesite.css
+++ b/royalesite.css
@@ -253,6 +253,13 @@
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
 }
 
+h1 {
+	margin-top: 0px;
+}
+
+.tagline {
+	font-family: 'Hind Siliguri';
+}
 
 .asf
 {
@@ -518,6 +525,7 @@
 .toc_and_doc {
 	display: flex;
 	align-items: flex-start;
+	font-family: 'Hind Siliguri';
 }
 
 .toc {
@@ -527,7 +535,6 @@
 .content {
 	display: inline-block;
 	flex-grow: 1;
-	font-family: 'Hind Siliguri';
 }
 
 .menu_div {

-- 
To stop receiving notification emails like this one, please contact
aharui@apache.org.