update website [ci skip]

This commit is contained in:
Facebook GitHub Bot 2017-10-18 17:00:24 +00:00
parent bfecb08e40
commit 170149ca1d

View file

@ -503,7 +503,7 @@ header h2 {
background: #2E8555;
color: #fff;
min-height: 50px;
padding: 10px 0 8px;
padding: 9px 0;
position: fixed;
width: 100%;
z-index: 9999;
@ -1044,10 +1044,10 @@ a:hover code {
}
.navigationSlider .slidingNav {
box-sizing: border-box;
position: absolute;
left: -10px;
right: -10px;
top: -10px;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: auto;
}
.navigationSlider .slidingNav.slidingNavActive {