]> git.wh0rd.org - tt-rss.git/blob - quicksub.css
rename tt-rss-ie.css to ie6.css
[tt-rss.git] / quicksub.css
1 body {
2 margin : 1em;
3 }
4
5 h1 {
6 font-size : 14pt;
7 font-weight : bold;
8 }
9
10 a {
11 color : #4684ff;
12 text-decoration : none;
13 }
14
15 a:hover {
16 color : black;
17 }
18
19 img.logo {
20 float : right;
21 }
22
23 div.content {
24 padding : 1em;
25 border : 1px solid #88b0ff;
26 }