From: Andrew Dolgov Date: Fri, 2 Mar 2007 13:59:18 +0000 (+0100) Subject: use update.css as generic minimal utility css X-Git-Tag: 1.2.9~60 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=75b206cb88bc029de9b5a366efa41656196de4e6;p=tt-rss.git use update.css as generic minimal utility css --- diff --git a/update.css b/update.css deleted file mode 100644 index f4b9da36..00000000 --- a/update.css +++ /dev/null @@ -1,11 +0,0 @@ -p.warning { - color : red; -} - -p.query { - color : green; -} - -p.insensitive { - color : gray; -} diff --git a/utility.css b/utility.css new file mode 100644 index 00000000..f4b9da36 --- /dev/null +++ b/utility.css @@ -0,0 +1,11 @@ +p.warning { + color : red; +} + +p.query { + color : green; +} + +p.insensitive { + color : gray; +}