0
Fork 0
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:
John O'Nolan 2013-08-19 09:05:25 +02:00
parent 072a3ebf61
commit aa404348fb
2 changed files with 0 additions and 6 deletions

View file

@ -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;

View file

@ -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;