From c218f56fa8c1e82d34c3f076d839d8c5cc293707 Mon Sep 17 00:00:00 2001 From: zamawarner Date: Fri, 30 Oct 2015 23:41:14 -0600 Subject: [PATCH 1/2] Fix multiple pagination links bug --- _includes/pagination.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/_includes/pagination.html b/_includes/pagination.html index 2f3f8982958cf..b40132eed97d1 100644 --- a/_includes/pagination.html +++ b/_includes/pagination.html @@ -3,20 +3,18 @@ From 538b81baa30e2d173356e962b36162e4036612e7 Mon Sep 17 00:00:00 2001 From: zamawarner Date: Sat, 31 Oct 2015 00:54:27 -0600 Subject: [PATCH 2/2] Responsive images --- css/grayscale.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/grayscale.scss b/css/grayscale.scss index edbf5af4b5ef7..42dde89ba4f77 100755 --- a/css/grayscale.scss +++ b/css/grayscale.scss @@ -360,6 +360,10 @@ footer { background: rgba($light, 0.2); } +img { + max-width: 100%; +} + img::selection { background: transparent; }