summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/garland/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/garland/style.css b/themes/garland/style.css
index 5588662ea..b98d87c26 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -16,17 +16,17 @@ body {
margin: 0;
padding: 0;
background: #edf5fa;
- font: 12px/170% Verdana;
+ font: 12px/170% Verdana, sans-serif;
color: #494949;
}
input {
- font: 12px/100% "Verdana";
+ font: 12px/100% Verdana, sans-serif;
color: #494949;
}
textarea, select {
- font: 12px/160% "Verdana";
+ font: 12px/160% Verdana, sans-serif;
color: #494949;
}