diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-06 17:35:03 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-06 17:35:03 +0000 |
commit | 112ac9e09c81b3cb4babe6b8246a6576ecb5df5e (patch) | |
tree | 4a7a6d0331ad3f819f45716dc465c15fc9e2541f | |
parent | 5dd7a5cd9bb3c6f8345549dfa51f2e4eb06aca9c (diff) |
some cleanup
git-svn-id: file:///var/lib/svn/phpfspot/trunk@24 fa6a889d-dae6-447d-9e79-4ba9a3039384
-rw-r--r-- | stylesheet.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/stylesheet.css b/stylesheet.css index 52d045c..5ff127a 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -2,7 +2,6 @@ body { background-color: rgb(255,255,255);
color: rgb(26,151,15);
font-family: Arial, Helvetica, sans-serif;
- border-left-width: px; border-right-width: px; border-top-width: px; border-bottom-width: px;
border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
border-color: rgb(15,15,15);
}
@@ -10,7 +9,6 @@ body { #content {
background-color: rgb(255,255,255);
color: rgb(0,0,0);
- border-left-width: px; border-right-width: px; border-top-width: px; border-bottom-width: px;
border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
padding: 2px;
border-color: rgb(0,0,0);
@@ -20,9 +18,8 @@ body { #tags {
background-color: rgb(255,255,255);
color: rgb(4,151,15);
- font-family: Trebuchet MS, sans-serif;
+ font-family: sans-serif;
font-style: normal;
- border-left-width: px; border-right-width: px; border-top-width: px; border-bottom-width: px;
border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
border-color: rgb(0,0,0);
padding-top: 20px;
|