mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Removed OTT CSS text indenting on paragraph tags. Closed #445
This commit is contained in:
parent
072a3ebf61
commit
aa404348fb
2 changed files with 0 additions and 6 deletions
|
@ -297,7 +297,6 @@
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
text-indent: 0;
|
|
||||||
margin: 1.2em 0 1.6em;
|
margin: 1.2em 0 1.6em;
|
||||||
&:first-child {
|
&:first-child {
|
||||||
margin-top:0;
|
margin-top:0;
|
||||||
|
|
|
@ -169,11 +169,6 @@ ul ol, ol ul {
|
||||||
margin: 0.4em 0;
|
margin: 0.4em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
p + p,
|
|
||||||
aside + p {
|
|
||||||
text-indent: 1.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color:$blue;
|
color:$blue;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue