Skip to content

Commit

Permalink
fix(reST): indents in line blocks is not preserved
Browse files Browse the repository at this point in the history
fix #144
  • Loading branch information
talha131 committed Jul 5, 2019
1 parent 0416433 commit e1429c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/css/elegant.css
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,9 @@ a#allposts:hover {
padding: 2px 4px;
white-space: nowrap;
}
div.line-block div.line-block {
margin-left: 1.5em;
}
/* Helper CSS classes */
.amp {
font-family: "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua",
Expand Down

0 comments on commit e1429c5

Please sign in to comment.