summaryrefslogtreecommitdiff
path: root/themes/seven
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-09-20 02:48:53 +0000
committerDries Buytaert <dries@buytaert.net>2010-09-20 02:48:53 +0000
commit05ff451222fde4a12f6725ab3ad33b35da30d209 (patch)
tree8268cb3b1db4963f64e07146a71cb38133142593 /themes/seven
parent837d4e65a7fcb5633b685ae2e2efa300fdfdb2fe (diff)
downloadbrdo-05ff451222fde4a12f6725ab3ad33b35da30d209.tar.gz
brdo-05ff451222fde4a12f6725ab3ad33b35da30d209.tar.bz2
- Patch #912686 by markabur: incorrect css shorthand for font in Seven.
Diffstat (limited to 'themes/seven')
-rw-r--r--themes/seven/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css
index fe75c2368..b53ac7781 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -6,7 +6,7 @@
body {
color: #000;
background: #fff;
- font: 81.3%/1.538em normal Lucida Grande, Lucida Sans Unicode, sans-serif;
+ font: normal 81.3%/1.538em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
a {
color: #0074BD;