Skip to content

Commit

Permalink
Fix listings in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
everzet committed Sep 11, 2016
1 parent f3fb39c commit 1504384
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _themes/borg/static/css/documentation.css
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,14 @@ body > section {
background-size: 20px 20px;
}

.text ol {
list-style: decimal;
}

.text ul {
list-style: square;
}

.text .prev {
margin-top: 2.0em;
float: left;
Expand Down

0 comments on commit 1504384

Please sign in to comment.