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