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 08:31:58 UTC

[royale-docs] branch develop updated: try to fix toc

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 e1a48f8  try to fix toc
e1a48f8 is described below

commit e1a48f83f5b0e35a64a25b624f25f452ba3feeb3
Author: Alex Harui <ah...@apache.org>
AuthorDate: Mon Jan 22 00:31:51 2018 -0800

    try to fix toc
---
 royalesite.css | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/royalesite.css b/royalesite.css
index 0452a72..c336940 100644
--- a/royalesite.css
+++ b/royalesite.css
@@ -515,12 +515,17 @@
 	padding-right: 14px;
 }
 
+.toc_and_doc {
+	display: flex;
+}
+
 .toc {
-	display: inline;
+	display: inline-block;
 }
 
 .content {
-	display: inline;
+	display: inline-block;
+	flex-grow: 1;
 }
 
 .menu_div {
@@ -529,6 +534,7 @@
 
 .toc_entry {
 	margin-left: 20px;
+	display: block;
 }
 
 .menu_div2 {
@@ -537,4 +543,5 @@
 
 .toc_entry2 {
 	margin-left: 40px;
+	display: block;
 }
\ No newline at end of file

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