From 75b206cb88bc029de9b5a366efa41656196de4e6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 2 Mar 2007 14:59:18 +0100 Subject: use update.css as generic minimal utility css --- utility.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 utility.css (limited to 'utility.css') diff --git a/utility.css b/utility.css new file mode 100644 index 000000000..f4b9da36c --- /dev/null +++ b/utility.css @@ -0,0 +1,11 @@ +p.warning { + color : red; +} + +p.query { + color : green; +} + +p.insensitive { + color : gray; +} -- cgit v1.2.3