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;
}