From b1cf3b002c769c1594d5c1d70e6ab3ccf42a1d89 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 29 Dec 2015 11:08:32 +0100 Subject: Colorize error message --- cl2vcs.css | 3 +++ templates/index.html | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 cl2vcs.css diff --git a/cl2vcs.css b/cl2vcs.css new file mode 100644 index 0000000..1f09d40 --- /dev/null +++ b/cl2vcs.css @@ -0,0 +1,3 @@ +.errormsg { + color: red; +} diff --git a/templates/index.html b/templates/index.html index 313b37f..b8cd84c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,13 +3,14 @@ xmlns:xi="http://www.w3.org/2001/XInclude"> $title +
- ${err} + ${err}
-- cgit v1.2.3