webapps.help: matching style for navbar.

flac
John Benediktsson 2020-03-02 08:48:25 -08:00 committed by Steve Ayerhart
parent 83750e9f8f
commit 0796f95679
No known key found for this signature in database
GPG Key ID: 5BFD39C5359E967D
2 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,9 @@ tr:hover {
.navbar { .navbar {
margin: 0; margin: 0;
padding: 15px; padding: 15px;
padding-top: 10px;
padding-bottom: 10px;
line-height: 150%;
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
} }

View File

@ -41,6 +41,9 @@
.navbar { .navbar {
margin: 0; margin: 0;
padding: 15px; padding: 15px;
padding-top: 10px;
padding-bottom: 10px;
line-height: 150%;
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
} }