diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2010-02-17 14:26:25 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2010-02-17 14:26:25 +0300 |
| commit | f0ea2da5945c04b14622185f9ff0d3d4db1c5891 (patch) | |
| tree | 61561fadbfc06280f4265239e6d5d3206a1a84cd /utils/notifier/style.css | |
| parent | 4336531d788f86a7442c12733b77cf0542a6598d (diff) | |
add google chrome notifier
Diffstat (limited to 'utils/notifier/style.css')
| -rw-r--r-- | utils/notifier/style.css | 31 |
1 files changed, 31 insertions, 0 deletions
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; +} + + |