text-align is important

This commit is contained in:
Daniel Jönsson 2018-03-13 11:07:58 +01:00
parent b9fde938e9
commit 0afcdbe60e
2 changed files with 13 additions and 13 deletions

View file

@ -41,7 +41,7 @@ div p {
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
text-align: left; text-align: left !important;
hyphens: none; hyphens: none;
-epub-hyphens: none; -epub-hyphens: none;
} }
@ -86,7 +86,7 @@ hr {
box-sizing: border-box; box-sizing: border-box;
padding: 0; padding: 0;
border: none; border: none;
text-align: center; text-align: center !important;
line-height: 0; line-height: 0;
border-top-width: 1px; border-top-width: 1px;
@ -215,7 +215,7 @@ pre {
-ms-hyphens: none; -ms-hyphens: none;
hyphens: none; hyphens: none;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
text-align: left; text-align: left !important;
white-space: pre; white-space: pre;
word-spacing: normal; word-spacing: normal;
word-break: normal; word-break: normal;
@ -269,7 +269,7 @@ figure.youtube {
figcaption { figcaption {
line-height: 1rem; line-height: 1rem;
text-align: center; text-align: center !important;
margin-top: .3rem; margin-top: .3rem;
a { a {
@ -280,7 +280,7 @@ figure.youtube {
} }
.leftalign { .leftalign {
text-align: left; text-align: left !important;
} }
#author_notes { #author_notes {

View file

@ -3,13 +3,13 @@
.title { .title {
margin: 1em 0; margin: 1em 0;
text-align: left; text-align: left !important;
vertical-align: middle; vertical-align: middle;
.story_name, .author { .story_name, .author {
display: inline-block; display: inline-block;
font-family: sans-serif; font-family: sans-serif;
text-align: left; text-align: left !important;
} }
.story_name { .story_name {
@ -62,7 +62,7 @@
} }
.readlink { .readlink {
text-align: left; text-align: left !important;
font-size: 0.9em; font-size: 0.9em;
line-height: 1.1em; line-height: 1.1em;
} }
@ -70,7 +70,7 @@
// Tags // Tags
.tags { .tags {
margin-bottom: 0.6em; margin-bottom: 0.6em;
text-align: left; text-align: left !important;
font-size: 0.8em; font-size: 0.8em;
} }
.story-tag { .story-tag {
@ -104,7 +104,7 @@
.bottom { .bottom {
margin-top: 1em; margin-top: 1em;
text-align: left; text-align: left !important;
page-break-inside: avoid; page-break-inside: avoid;
break-inside: avoid; break-inside: avoid;
-webkit-column-break-inside: avoid; -webkit-column-break-inside: avoid;
@ -120,7 +120,7 @@
border: 1px solid rgba(0,0,0,0.15); border: 1px solid rgba(0,0,0,0.15);
border-radius: 4px; border-radius: 4px;
display: inline-block; display: inline-block;
text-align: center; text-align: center !important;
textcolor(#fff); textcolor(#fff);
vertical-align: middle; vertical-align: middle;
i.fa { i.fa {
@ -159,14 +159,14 @@
.heading, .data { .heading, .data {
font-family: sans-serif; font-family: sans-serif;
font-size: 0.8em; font-size: 0.8em;
text-align: center; text-align: center !important;
} }
.wrap { .wrap {
line-height: 0.9em; line-height: 0.9em;
vertical-align: middle; vertical-align: middle;
display: inline-block; display: inline-block;
text-align: center; text-align: center !important;
} }
.heading { .heading {