From 73fa676ad40482bfa1ebecefc9605f6fc3e7b65f Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 11 Aug 2017 09:13:01 -0400 Subject: [PATCH] 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 --- css/front.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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 -- 2.17.1