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

joshtynjala 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 1b68e49  CSS: toc has bottom margin for when it wraps
1b68e49 is described below

commit 1b68e49f51c9ee695d1ea76b28242ee662cd9a2c
Author: Josh Tynjala <[email protected]>
AuthorDate: Fri Apr 26 21:14:11 2019 -0700

    CSS: toc has bottom margin for when it wraps
---
 royalesite.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/royalesite.css b/royalesite.css
index fe0d34d..81324b0 100644
--- a/royalesite.css
+++ b/royalesite.css
@@ -563,6 +563,7 @@ h1 {
        display: inline-block;
        margin-top: 80px;
        margin-left: 20px;
+       margin-bottom: 20px;
        flex-shrink: 0;
 }
 

Reply via email to