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 <[email protected]>
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
[email protected].

Reply via email to