Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Commit

Permalink
Repacking for pythyphen 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rupor-github committed Dec 9, 2016
1 parent 9c58c35 commit 86e0320
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions profiles/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@
font-style: italic;
}

.emptyline {
margin-top: 2em;
}

.strong {
font-weight: bold;
}
Expand Down Expand Up @@ -136,6 +140,7 @@ p {
margin-bottom: 0pt;
margin-top: 0pt;
text-align: justify;
padding-bottom: 0.5em;
}

p.title {
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

WINDOWS = platform.system().lower() == "windows"

VERSION = u'3.3.3'
VERSION = u'3.3.4'

0 comments on commit 86e0320

Please sign in to comment.