Skip to content

Commit

Permalink
Add styling for markdown HR tags
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Oct 21, 2015
1 parent 06bf835 commit be11a42
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions codox/resources/codox/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,12 @@ pre.deps {
border: none;
}

.markdown hr {
border-style: solid;
border-top: none;
color: #ccc;
}

.doc ul, .doc ol {
padding-left: 30px;
}
Expand Down

0 comments on commit be11a42

Please sign in to comment.