diff --git a/src/style/style.styl b/src/style/style.styl index 3ad98e5..442930e 100644 --- a/src/style/style.styl +++ b/src/style/style.styl @@ -41,7 +41,7 @@ div p { } h1, h2, h3, h4, h5, h6 { - text-align: left; + text-align: left !important; hyphens: none; -epub-hyphens: none; } @@ -86,7 +86,7 @@ hr { box-sizing: border-box; padding: 0; border: none; - text-align: center; + text-align: center !important; line-height: 0; border-top-width: 1px; @@ -215,7 +215,7 @@ pre { -ms-hyphens: none; hyphens: none; font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; - text-align: left; + text-align: left !important; white-space: pre; word-spacing: normal; word-break: normal; @@ -269,7 +269,7 @@ figure.youtube { figcaption { line-height: 1rem; - text-align: center; + text-align: center !important; margin-top: .3rem; a { @@ -280,7 +280,7 @@ figure.youtube { } .leftalign { - text-align: left; + text-align: left !important; } #author_notes { diff --git a/src/style/titlestyle.styl b/src/style/titlestyle.styl index 185a788..751e932 100644 --- a/src/style/titlestyle.styl +++ b/src/style/titlestyle.styl @@ -3,13 +3,13 @@ .title { margin: 1em 0; - text-align: left; + text-align: left !important; vertical-align: middle; .story_name, .author { display: inline-block; font-family: sans-serif; - text-align: left; + text-align: left !important; } .story_name { @@ -62,7 +62,7 @@ } .readlink { - text-align: left; + text-align: left !important; font-size: 0.9em; line-height: 1.1em; } @@ -70,7 +70,7 @@ // Tags .tags { margin-bottom: 0.6em; - text-align: left; + text-align: left !important; font-size: 0.8em; } .story-tag { @@ -104,7 +104,7 @@ .bottom { margin-top: 1em; - text-align: left; + text-align: left !important; page-break-inside: avoid; break-inside: avoid; -webkit-column-break-inside: avoid; @@ -120,7 +120,7 @@ border: 1px solid rgba(0,0,0,0.15); border-radius: 4px; display: inline-block; - text-align: center; + text-align: center !important; textcolor(#fff); vertical-align: middle; i.fa { @@ -159,14 +159,14 @@ .heading, .data { font-family: sans-serif; font-size: 0.8em; - text-align: center; + text-align: center !important; } .wrap { line-height: 0.9em; vertical-align: middle; display: inline-block; - text-align: center; + text-align: center !important; } .heading {