adjusting front end output styles for the trail reports. more margin and bold trail title
.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;
.report-date{
font-size: 18px;
font-weight: bold;
+}
+.trail-name-front{
+ font-weight: bold;
}
\ No newline at end of file