From a52ca7441d8bb70bb4e63c50a5d15b4a8c27d441 Mon Sep 17 00:00:00 2001 From: arnabwahid Date: Wed, 30 May 2018 17:31:09 +0530 Subject: [PATCH] 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` ). --- sass/site/primary/_posts-and-pages.scss | 3 ++- style.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sass/site/primary/_posts-and-pages.scss b/sass/site/primary/_posts-and-pages.scss index ceed29f1..9d6100d0 100644 --- a/sass/site/primary/_posts-and-pages.scss +++ b/sass/site/primary/_posts-and-pages.scss @@ -2,7 +2,8 @@ display: block; } -.hentry { +.post, +.page { margin: 0 0 1.5em; } diff --git a/style.css b/style.css index 2884f386..4683b472 100644 --- a/style.css +++ b/style.css @@ -842,7 +842,8 @@ a:hover, a:active { display: block; } -.hentry { +.post, +.page { margin: 0 0 1.5em; }