some style fixes
[phpfspot.git] / stylesheet.css
index 52d045ce3575eb2b365e72a1f4017dd57fb1e76a..33d20dafb015dafff0feccf5ac7e638c780e7111 100644 (file)
@@ -2,29 +2,30 @@ body {
    background-color: rgb(255,255,255);\r
    color: rgb(26,151,15);\r
    font-family: Arial, Helvetica, sans-serif;\r
-   border-left-width: px; border-right-width: px; border-top-width: px; border-bottom-width: px;\r
-   border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;\r
+   font-style: normal;\r
+   border-style: none;\r
    border-color: rgb(15,15,15);\r
 }\r
 \r
 #content {\r
-   background-color: rgb(255,255,255);\r
-   color: rgb(0,0,0);\r
-   border-left-width: px; border-right-width: px; border-top-width: px; border-bottom-width: px;\r
-   border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;\r
-   padding: 2px;\r
-   border-color: rgb(0,0,0);\r
+   padding-top: 20px;\r
    margin-left: 25%; width: auto;\r
 }\r
 \r
 #tags {\r
-   background-color: rgb(255,255,255);\r
-   color: rgb(4,151,15);\r
-   font-family: Trebuchet MS, sans-serif;\r
-   font-style: normal;\r
-   border-left-width: px; border-right-width: px; border-top-width: px; border-bottom-width: px;\r
-   border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;\r
-   border-color: rgb(0,0,0);\r
+   font-size: 14px;\r
    padding-top: 20px;\r
-   width: 25%; position: relative; top: 0; left: 0; float: left;\r
+   width: 150px; \r
+   position: relative; \r
+   top: 0; \r
+   left: 0; \r
+   float: left;\r
+}\r
+\r
+#logo {\r
+   font-weight: bolder;\r
+}\r
+\r
+img {\r
+   border-style: none;\r
 }\r