1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

add google chrome notifier

This commit is contained in:
Andrew Dolgov
2010-02-17 14:26:25 +03:00
parent 4336531d78
commit f0ea2da594
15 changed files with 7588 additions and 0 deletions

31
utils/notifier/style.css Normal file
View File

@@ -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;
}