some style fixes
[phpfspot.git] / stylesheet.css
1 body {\r
2    background-color: rgb(255,255,255);\r
3    color: rgb(26,151,15);\r
4    font-family: Arial, Helvetica, sans-serif;\r
5    font-style: normal;\r
6    border-style: none;\r
7    border-color: rgb(15,15,15);\r
8 }\r
9 \r
10 #content {\r
11    padding-top: 20px;\r
12    margin-left: 25%; width: auto;\r
13 }\r
14 \r
15 #tags {\r
16    font-size: 14px;\r
17    padding-top: 20px;\r
18    width: 150px; \r
19    position: relative; \r
20    top: 0; \r
21    left: 0; \r
22    float: left;\r
23 }\r
24 \r
25 #logo {\r
26    font-weight: bolder;\r
27 }\r
28 \r
29 img {\r
30    border-style: none;\r
31 }\r