summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-07-12 11:00:44 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-07-12 11:00:44 +0000
commit20e0613293ebfad34d9677b5327c5b752eae5296 (patch)
tree8450f7f96312ded8e0536bc61ff39df5eb7611bf /themes
parent6cc6f128fe85044d30b2cc422b3690744e5a01a6 (diff)
downloadbrdo-20e0613293ebfad34d9677b5327c5b752eae5296.tar.gz
brdo-20e0613293ebfad34d9677b5327c5b752eae5296.tar.bz2
#109363 by jptavan: CSS best practice; include a generic font family for Verdana fonts in Garland
Diffstat (limited to 'themes')
-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;
}