adding more margin around each trail report on the front end
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 11 Aug 2017 13:13:01 +0000 (09:13 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 11 Aug 2017 13:13:01 +0000 (09:13 -0400)
adjusting front end output styles for the trail reports. more margin and bold trail title

css/front.css

index 4afbae0..5ea7d5d 100644 (file)
 .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