diff options
-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;
|