fixed caret in training planning
This commit is contained in:
@@ -15,7 +15,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<h1>Training Plan - {{ plan.name }}</h1>
|
<h1>Training Plan - {{ plan.name }}</h1>
|
||||||
<p>This plan starts on {{ plan.startdate }} and ends on {{ plan.enddate }}.
|
<p>This plan starts on {{ plan.startdate }} and ends on {{ plan.enddate }}.
|
||||||
|
|||||||
@@ -288,6 +288,8 @@
|
|||||||
{
|
{
|
||||||
/* icons */
|
/* icons */
|
||||||
font: normal normal normal 1.0em/1 FontAwesome;
|
font: normal normal normal 1.0em/1 FontAwesome;
|
||||||
|
font-family: "Font Awesome 5 Pro";
|
||||||
|
font-weight: 900;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
text-rendering: auto;
|
text-rendering: auto;
|
||||||
content: '\f0da';
|
content: '\f0da';
|
||||||
|
|||||||
Reference in New Issue
Block a user