summaryrefslogtreecommitdiff
path: root/Vereinskram/Finanzplanung/tablegen.py
diff options
context:
space:
mode:
authorCaoimhe Chaos <caoimhechaos@protonmail.com>2014-08-07 01:08:01 +0200
committerCaoimhe Chaos <caoimhechaos@protonmail.com>2014-08-07 01:08:01 +0200
commit477405a45d8a31776a95cab5b0021a5642cba61b (patch)
treea071ad7bfbbfcfa3564e896a4c41bf8a2bb703fd /Vereinskram/Finanzplanung/tablegen.py
parent206cbe46eef40cd04e3407bd74d9264cdda395e1 (diff)
s/mycsstableclass/table table-hover/g
Diffstat (limited to 'Vereinskram/Finanzplanung/tablegen.py')
-rw-r--r--Vereinskram/Finanzplanung/tablegen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vereinskram/Finanzplanung/tablegen.py b/Vereinskram/Finanzplanung/tablegen.py
index 36c52fc6..53a402c5 100644
--- a/Vereinskram/Finanzplanung/tablegen.py
+++ b/Vereinskram/Finanzplanung/tablegen.py
@@ -4,7 +4,7 @@ material = [1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5]
mat_cost = 5 * 7 * 0.01
hours = 1
-print "[[!table class=\"mycsstableclass\" data=\"\"\""
+print "[[!table class=\"table table-hover\" data=\"\"\""
print "Preis | " + " | ".join(["%d CHF/h" % x for x in hourprices])