You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2019/04/27 04:14:23 UTC

[royale-docs] branch master updated: CSS: toc has bottom margin for when it wraps

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 <jo...@gmail.com>
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;
 }