mirror of
https://github.com/standardebooks/o-henry_short-fiction.git
synced 2024-12-07 10:37:39 +08:00
Correct text-indent on centered element
This commit is contained in:
parent
756f47cd61
commit
9d291f9399
@ -10,6 +10,7 @@ blockquote[xml|lang]{
|
||||
.card > p{
|
||||
font-variant: small-caps;
|
||||
text-align: center;
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
abbr.acronym,
|
||||
@ -286,6 +287,7 @@ footer{
|
||||
#sound-and-fury table + p{
|
||||
margin-top: 1em;
|
||||
text-align: center;
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
#the-proem blockquote{
|
||||
@ -333,6 +335,7 @@ footer{
|
||||
font-variant: small-caps;
|
||||
margin-top: 1em;
|
||||
text-align: center;
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
#a-matter-of-mean-elevation blockquote{
|
||||
|
Loading…
Reference in New Issue
Block a user