Update docs.css

This commit is contained in:
ZeroNet 2020-09-01 20:39:15 +02:00 committed by GitHub
parent fa33296526
commit 1cfdea9ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -28,16 +28,18 @@ body { background-color: #FFF }
.notice {
text-align: center;
border: 1px solid #fd9;
padding: 1em;
background-color: #fff1d3;
margin-bottom: 20px;
font-size: 13px;
position: fixed;
z-index: 999;
bottom: 0px;
left: 5px;
left: 0px;
width: 100%;
}
.notice a { text-decoration: underline; }
@-webkit-keyframes slide {
100% { bottom: 0; }
}