Layout and CSS tweaks to the vpn documentation sections

This commit is contained in:
Ethan N. Paul
2017-03-28 12:40:27 -04:00
parent 0ad81a90a3
commit d4d2e1e97c
2 changed files with 15 additions and 7 deletions

View File

@@ -61,6 +61,14 @@ a:focus {
font-weight: 400;
}
.documentation {
padding-top: 10px;
padding-bottom: 10px;
}
.documentation b {
color: #2C7AB7;
}
.navbar-custom {
margin-bottom: 0;
border-bottom: 1px solid rgba(255,255,255,.3);
@@ -269,7 +277,7 @@ a:focus {
}
.content-section {
padding-top: 0px;
padding-top: 5px;
text-align: center;
}