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 fe319d4 Change color of nav links box.
fe319d4 is described below
commit fe319d435dccefa92f199f4b769fec5fd8e4477e
Author: JamesBognar <[email protected]>
AuthorDate: Thu Mar 1 12:38:51 2018 -0500
Change color of nav links box.
---
content/index.html | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/content/index.html b/content/index.html
index 34cbf4e..0c5473a 100644
--- a/content/index.html
+++ b/content/index.html
@@ -44,7 +44,6 @@
<style>
@import url("styles/juneau-code.css");
@import url("styles/juneau-doc.css");
-
html, body { margin:0px; height: 100%; width: 100%;
font-family: sans-serif; overflow:hidden;}
header {
background-color: #e8ebef;
@@ -71,18 +70,15 @@
div.container {
width: 100%;
height: 100%;
- overflow:scroll;
- -webkit-overflow-scrolling: touch;
}
nav {
float: left;
- width: 150px;
margin: 40px 20px;
padding: 1em;
border: 1px solid gray;
box-shadow: 5px 5px 2px #999999;
color: rgb(44, 69, 87);
- background-color: #eef3f7;
+ background-color: #dee3e950;
font-size: 1.0em;
text-transform: uppercase;
font-weight: lighter;
--
To stop receiving notification emails like this one, please contact
[email protected].