diff --git a/rowers/templates/workoutstats.html b/rowers/templates/workoutstats.html
index e89d3a79..e832317f 100644
--- a/rowers/templates/workoutstats.html
+++ b/rowers/templates/workoutstats.html
@@ -145,12 +145,12 @@
{% elif value > 0.1 %}
{{ value|floatformat:-1 }}
{% elif value < -0.5 %}
- {{ value|floatformat:-1 }}
- {% elif value < -0.1 %}
- {{ value|floatformat:-1 }}
- {% else %}
-
- {% endif %}
+ {{ value|floatformat:-1 }}
+ {% elif value < -0.1 %}
+ {{ value|floatformat:-1 }}
+ {% else %}
+
+ {% endif %}
{% endfor %}
diff --git a/static/css/rowsandall2.css b/static/css/rowsandall2.css
index 00567460..b6a678db 100644
--- a/static/css/rowsandall2.css
+++ b/static/css/rowsandall2.css
@@ -116,9 +116,10 @@ th {
text-align: center;
}
+
th.rotate {
/* Something you can count on */
- height: 78px;
+ height: 78px;
white-space: nowrap;
}
@@ -985,7 +986,7 @@ a.wh:hover {
display: block;
}
-.pandastable th, table td {
+.pandastable th, .pandastable td {
width: 100px;
}
@@ -995,7 +996,7 @@ a.wh:hover {
overflow: auto;
}
-.pandastable td, th {
+.pandastable td, .pandastable th {
padding: 5px;
}