From c862636cf049321d73508ea10fe823aed64affa9 Mon Sep 17 00:00:00 2001 From: Gehad elrobey Date: Thu, 13 Aug 2015 23:23:33 +0200 Subject: Printing: add 'dontbreak' css class to dives Prevent breaking the dives in flowlayout, and the rows in the table template. They should have the 'dontbreak' css selector. Signed-off-by: Lubomir I. Ivanov Signed-off-by: Gehad elrobey --- printing_templates/Flowlayout.html | 2 +- printing_templates/Table.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'printing_templates') diff --git a/printing_templates/Flowlayout.html b/printing_templates/Flowlayout.html index cb136c3f2..a69494ce3 100644 --- a/printing_templates/Flowlayout.html +++ b/printing_templates/Flowlayout.html @@ -98,7 +98,7 @@
{% block main_rows %} {% for dive in dives %} -
+
diff --git a/printing_templates/Table.html b/printing_templates/Table.html index 173904faf..e4d921fae 100644 --- a/printing_templates/Table.html +++ b/printing_templates/Table.html @@ -66,7 +66,7 @@ {% block main_rows %} {% for dive in dives %} - + {{ dive.number }} {{ dive.date }} {{ dive.time }} -- cgit v1.2.3-70-g09d2