Skip to content

Commit

Permalink
doc: Make text alignment left, instead of justify
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Scherpenisse committed Oct 3, 2012
1 parent 257c4d9 commit 974ba4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/_static/overrules.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ div.body h4, div.body h5, div.body h6 {
background: inherit;
}

div.body p, div.body dd, div.body li {
text-align: left;
}

pre {
font-size: 13px;
line-height: 140%;
Expand Down

0 comments on commit 974ba4c

Please sign in to comment.