This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/juneau-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new a534623 Try getting rid of overflow on page.
a534623 is described below
commit a534623ce36d6ad8bed2b80ae93abb4e573e5489
Author: JamesBognar <[email protected]>
AuthorDate: Thu Mar 1 12:29:23 2018 -0500
Try getting rid of overflow on page.
---
content/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/index.html b/content/index.html
index 68f5827..2da34da 100644
--- a/content/index.html
+++ b/content/index.html
@@ -45,7 +45,7 @@
@import url("styles/juneau-code.css");
@import url("styles/juneau-doc.css");
- html, body { margin:0px; height: 100%; width: 100%;
font-family: sans-serif;}
+ html, body { margin:0px; height: 100%; width: 100%;
font-family: sans-serif; overflow:hidden;}
header {
background-color: #e8ebef;
font-size: 2.0em;
--
To stop receiving notification emails like this one, please contact
[email protected].