Skip to content

Commit

Permalink
fixed navbar bottom padding
Browse files Browse the repository at this point in the history
  • Loading branch information
sunbliss authored Mar 22, 2017
1 parent 7caf09f commit 9f67863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/WYSIWYG.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ h4 { font-weight: normal; font-size: 1.15em; margin: 0 0 .5em 0; line-height: 1.
h5 { font-weight: bold; font-size: 1em; margin: 0 0 .5em 0; line-height: 1.4; }
h6 { font-weight: bold; font-size: .8em; margin: 0 0 .5em 0; line-height: 1.4; }
p { padding: 0 0 1.5em 0; line-height: 1.6; }
ul, ol { padding: 0 0 1.5em 2em; line-height: 1.6; list-style: disc; }
ul, ol { padding: 0; line-height: 1.6; list-style: disc; }
ol { list-style: decimal; }
strong, input, button, .button { font-weight: bold; }
nav ul { list-style: none; }
Expand Down

0 comments on commit 9f67863

Please sign in to comment.