Remove Microformat Classes .hentry
Discussed in #1268 This PR removes .hentry microformat class, adds `.post` and `.page` instead ( in both `_posts-and-pages.scss` & `style.css` ).
This commit is contained in:
parent
9274f322d0
commit
a52ca7441d
2 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,8 @@
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hentry {
|
.post,
|
||||||
|
.page {
|
||||||
margin: 0 0 1.5em;
|
margin: 0 0 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -842,7 +842,8 @@ a:hover, a:active {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hentry {
|
.post,
|
||||||
|
.page {
|
||||||
margin: 0 0 1.5em;
|
margin: 0 0 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue