diff --git a/src/style/style.styl b/src/style/style.styl index a916334..a064f01 100644 --- a/src/style/style.styl +++ b/src/style/style.styl @@ -40,7 +40,7 @@ div p { text-indent: 0; } -h1, h2, h3, h4, h5, h6 { +h1, h2, h3, h4, h5, h6, header { text-align: left !important; hyphens: none; -epub-hyphens: none; diff --git a/src/style/titlestyle.styl b/src/style/titlestyle.styl index 5ddb502..a126516 100644 --- a/src/style/titlestyle.styl +++ b/src/style/titlestyle.styl @@ -7,8 +7,7 @@ vertical-align: middle; .story_name, .author { - display: inline-block; - font-family: sans-serif; + display: inline; text-align: left !important; } @@ -16,12 +15,12 @@ font-size: 1.5em; color: #222; font-weight: bold; - margin-right: 5px; + font-style: italic; } .author { margin: 0; - font-size: 0.9em; + font-size: 0.97em; color: #444; font-weight: normal; display: inline-block; @@ -45,8 +44,7 @@ border-radius: 4px; font-size: .8125rem; vertical-align: 4px; - margin-right: 0.4em; - margin-right: .3125rem; + margin-right: 0.5em; font-family: sans-serif; &-everyone { @@ -74,6 +72,8 @@ margin-bottom: 0.6em; text-align: left !important; font-size: 0.8em; + line-height: 2.25em !important; + .tagbox { display: inline-block; padding-right: 5px; @@ -84,7 +84,6 @@ display: inline; padding: 0.3em 0.5em; margin-bottom: 0.3em; - line-height: 1.0em; bgcolor(#444); textcolor(#fff); text-decoration: none;