From 73e5536a37d5603e1205a200d6b0a845d0bc7de1 Mon Sep 17 00:00:00 2001 From: Panos Sakkos Date: Tue, 24 Nov 2015 01:53:47 +0100 Subject: [PATCH] removed border from 404 image --- _layouts/error.html | 2 +- css/grayscale.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_layouts/error.html b/_layouts/error.html index 9ef423b..067161c 100644 --- a/_layouts/error.html +++ b/_layouts/error.html @@ -18,7 +18,7 @@ {{ page.content | markdownify }} - + {% include social-buttons.html %} diff --git a/css/grayscale.scss b/css/grayscale.scss index 9684558..cb22e76 100644 --- a/css/grayscale.scss +++ b/css/grayscale.scss @@ -415,3 +415,7 @@ body { } /* END Style for swipe instruction section */ + +.fourofour { + border: 1px solid $dark !important; +}