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:19:52 UTC

[royale-docs] branch develop updated: align-items may not understand 'top'

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 cf2416d  align-items may not understand 'top'
cf2416d is described below

commit cf2416d5189173db666e5ffea8c2768df0712e03
Author: Alex Harui <ah...@apache.org>
AuthorDate: Mon Jan 22 11:19:45 2018 -0800

    align-items may not understand 'top'
---
 royalesite.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/royalesite.css b/royalesite.css
index 62c0d96..ad49a41 100644
--- a/royalesite.css
+++ b/royalesite.css
@@ -517,7 +517,7 @@
 
 .toc_and_doc {
 	display: flex;
-	align-items: top;
+	align-items: flex-start;
 }
 
 .toc {
@@ -527,6 +527,7 @@
 .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.