From c712702f106cde6c3653da0c9fb3b00c29052b1d Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 21 Jul 2016 22:36:06 -0400 Subject: [PATCH] Larger img border --- stylesheets/stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index a7475a97..4ace3004 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -148,7 +148,7 @@ img.doc { max-width: 739px; padding: 0px; /*margin: 10px 0 10px 0;*/ - border: 1px solid #ebebeb; + border: 3px solid #ebebeb; box-shadow: 0 0 5px #ebebeb; -webkit-box-shadow: 0 0 5px #ebebeb;