forked from mirror/_s
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,7 +2,8 @@
|
|||
display: block;
|
||||
}
|
||||
|
||||
.hentry {
|
||||
.post,
|
||||
.page {
|
||||
margin: 0 0 1.5em;
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue