From: Anthony Talarico Date: Fri, 11 Aug 2017 13:13:01 +0000 (-0400) Subject: adding more margin around each trail report on the front end X-Git-Tag: v1.0.0^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=73fa676ad40482bfa1ebecefc9605f6fc3e7b65f;p=WP-Plugins%2Fglm-member-db-trailreports.git adding more margin around each trail report on the front end adjusting front end output styles for the trail reports. more margin and bold trail title --- diff --git a/css/front.css b/css/front.css index 4afbae0..5ea7d5d 100644 --- a/css/front.css +++ b/css/front.css @@ -10,12 +10,7 @@ .trail-row{ border: 1px solid #1e4178; border-radius: 5px; - margin: 3px 0; -} -.trail-row:last-child{ - border-bottom: 1px solid #1e4178; - border-right: 1px solid #1e4178; - border-left: 1px solid #1e4178; + margin: 10px 0; } .trail-name-front{ padding: 5px 0 0 5px; @@ -23,4 +18,7 @@ .report-date{ font-size: 18px; font-weight: bold; +} +.trail-name-front{ + font-weight: bold; } \ No newline at end of file