From 67c8c72e7620db0c5843fe2799e181fa683bb910 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Mal=C3=BD?= Date: Wed, 24 Dec 2014 03:29:09 +0100 Subject: [PATCH] Add a warning that the titration curve chart is a little glitchy at the moment --- bin/styles/main.css | 6 ++++++ bin/templates/titration_curve_answer_section.html | 3 +++ 2 files changed, 9 insertions(+) diff --git a/bin/styles/main.css b/bin/styles/main.css index 1106dfb..c351d81 100644 --- a/bin/styles/main.css +++ b/bin/styles/main.css @@ -106,6 +106,12 @@ padding-right: 0px; } +.warning { + color: red; + font-size: inherit; + font-weight: inherit; +} + .subscript { font-size: 75%; vertical-align: sub; diff --git a/bin/templates/titration_curve_answer_section.html b/bin/templates/titration_curve_answer_section.html index d87ff07..6ec8046 100644 --- a/bin/templates/titration_curve_answer_section.html +++ b/bin/templates/titration_curve_answer_section.html @@ -1,4 +1,7 @@
+
+
(Průběh titrační křivky není od druhého stupně vykreslen správně, "zajímavé" body, kterými má křivka procházet jsou ale v pořádku)
+
Odpověď:
@_ANSWER_MESSAGE_@
-- 2.43.5