aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-11 09:36:49 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-11 09:36:49 +0000
commit310eeabd5397da75352280c7e24efd504dc11293 (patch)
treea0bb7e9c0e17f72f4b76c105086d30ebefa17bca /views
parent5e9f04cda8bdb71b739037681baba554e39adcd6 (diff)
downloadelgg-310eeabd5397da75352280c7e24efd504dc11293.tar.gz
elgg-310eeabd5397da75352280c7e24efd504dc11293.tar.bz2
defaut font reset to verdana
git-svn-id: https://code.elgg.org/elgg/trunk@1397 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r--views/default/css.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php
index 8df49fea6..2f4e38b42 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -75,7 +75,7 @@ body {
margin:0 auto;
padding:0;
background: #4690d6;
- font: 75%/1.5 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, sans-serif;
+ font: 75%/1.5 "Lucida Grande", Verdana, sans-serif;
color: #333333;
background: url(<?php echo $vars['url']; ?>_graphics/page_back_linen.gif) repeat left 1px;
}