adding this file to stop apache errors
[dana/openbox-web.git] / css / discuss-rss.css
1 #subscribe {
2   float: right;
3   margin-right: 5px;
4   font-size: 0.9em;
5 }
6
7 #subscribe img {
8   float:left;
9   margin-right: 0.4em;
10   height: 1em;
11 }
12
13 .ticker .name, .ticker .title {
14   font-size: 1.5em;
15 }
16
17 .ticker .name {
18   float: left;
19   margin-left: 0;
20 }
21
22 .ticker hr {
23   clear: both;
24 }
25
26 .ticker .description {
27   margin-bottom: 0.5em;
28   margin-top: 0.5em;
29 }
30
31 .disclaimer {
32   border-top: 1px solid #ccc;
33   padding-top: 10px;
34   text-align: center;
35 }
36
37 #col1 p {
38   margin-left: 1em;
39 }
40
41 #col1 li {
42   margin-bottom: 0.5em;
43 }
44
45 #col1 li img {
46   float: left;
47   margin-right: 0.4em;
48   margin-bottom: 0.4em;
49 }
50
51 #col1 h6 {
52   margin-top: 1em;
53 }
54
55 ul {
56   list-style-type: none;
57 }
58
59 li {
60   margin-left: 1em;
61 }