From 46a6e1bbec9204fb515ac42d342d6d84f7f82df4 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Thu, 26 Mar 2015 23:10:03 +0100 Subject: [PATCH] add a small inset border to the wrapper elements --- dencode.css | 1 + 1 file changed, 1 insertion(+) diff --git a/dencode.css b/dencode.css index 367c138..5f6f0fd 100644 --- a/dencode.css +++ b/dencode.css @@ -7,6 +7,7 @@ div.wrapper { border-radius: 0.5em; border-style: solid; border-width: 1px; + box-shadow: 0 0 1px 1px #ea0 inset; margin-bottom: 0.5em; margin-left: auto; margin-right: auto;