From 8faff699dd86517cbcb3bc0f88dced8ed845caab Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Mon, 27 Dec 2021 14:44:31 +0100 Subject: [PATCH] fix font --- rowers/templates/list_workouts.html | 8 ++++---- static/css/rowsandall2.css | 7 +++++++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/rowers/templates/list_workouts.html b/rowers/templates/list_workouts.html index cf3dca27..19db849e 100644 --- a/rowers/templates/list_workouts.html +++ b/rowers/templates/list_workouts.html @@ -163,13 +163,13 @@ {{ workout.date|date:"Y-m-d" }} {{ workout.starttime|date:"H:i" }}
{% if workout.name != '' %} -

+

{{ workout.name }} -

+ {% else %} -

+

No Name -

+ {% endif %}
diff --git a/static/css/rowsandall2.css b/static/css/rowsandall2.css index 8efecb58..1aba5066 100644 --- a/static/css/rowsandall2.css +++ b/static/css/rowsandall2.css @@ -332,6 +332,13 @@ th.rotate > div > span { margin: 0px; } + +.divlines h3 { + font-size: 1.2em; + font-weight: bold; + padding: 0px; + margin: 0px; +} .whiteborder { border: solid 2px #aaa; }