fix font
This commit is contained in:
@@ -163,13 +163,13 @@
|
|||||||
{{ workout.date|date:"Y-m-d" }} {{ workout.starttime|date:"H:i" }}
|
{{ workout.date|date:"Y-m-d" }} {{ workout.starttime|date:"H:i" }}
|
||||||
<div>
|
<div>
|
||||||
{% if workout.name != '' %}
|
{% if workout.name != '' %}
|
||||||
<h2>
|
<h3>
|
||||||
{{ workout.name }}
|
{{ workout.name }}
|
||||||
</h2>
|
</h3>
|
||||||
{% else %}
|
{% else %}
|
||||||
<h2>
|
<h3>
|
||||||
No Name
|
No Name
|
||||||
</h2>
|
</h3>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="columns">
|
<div class="columns">
|
||||||
|
|||||||
@@ -332,6 +332,13 @@ th.rotate > div > span {
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.divlines h3 {
|
||||||
|
font-size: 1.2em;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 0px;
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
.whiteborder {
|
.whiteborder {
|
||||||
border: solid 2px #aaa;
|
border: solid 2px #aaa;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user