From: Anthony Talarico Date: Wed, 5 Apr 2017 13:18:55 +0000 (-0400) Subject: adding border around the detail search results page X-Git-Tag: v1.0.0^2~14 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=4e76c9c79d1d73abd3800678aa71e28c91675b02;p=WP-Plugins%2Fglm-member-db-obits.git adding border around the detail search results page --- diff --git a/css/front.css b/css/front.css index 8fb198f..e7794fe 100644 --- a/css/front.css +++ b/css/front.css @@ -116,6 +116,12 @@ input.sidebar-criteria{ font-weight: bold; padding: 2px 10px; } +@media(min-width: 1024px){ + .detail-wrapper{ + border: 1px solid grey; + padding: 0; + } +} .detail-value{ padding: 2px 0;