From f0ea2da5945c04b14622185f9ff0d3d4db1c5891 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 17 Feb 2010 14:26:25 +0300 Subject: add google chrome notifier --- utils/notifier/style.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 utils/notifier/style.css (limited to 'utils/notifier/style.css') diff --git a/utils/notifier/style.css b/utils/notifier/style.css new file mode 100644 index 000000000..73bb5c0ac --- /dev/null +++ b/utils/notifier/style.css @@ -0,0 +1,31 @@ +body { + margin : 2em; + padding : 0em; + font-family : sans-serif; + font-size : 12px; +} + +.floatingLogo { + float : right; +} + +a { + color : #4684ff; + text-decoration : none; +} + +a:hover { + color : black; +} + +h1 { + color : #88b0f0; + font-size : 18px; +} + +h2 { + color : gray; + font-size : 16px; +} + + -- cgit v1.2.3-54-g00ecf