diff options
author | marijus <mario@localhost.localdomain> | 2013-10-10 12:59:41 +0200 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2013-10-10 12:59:41 +0200 |
commit | 3891b605fe28d89c61bf03cdd70eac5de08f2d76 (patch) | |
tree | cab8d1ad1ccd82b903349ea5c6140186425a789e /view/theme | |
parent | 3985aa07b4d81474615a3bb8e5a94a0217715267 (diff) | |
download | volse-hubzilla-3891b605fe28d89c61bf03cdd70eac5de08f2d76.tar.gz volse-hubzilla-3891b605fe28d89c61bf03cdd70eac5de08f2d76.tar.bz2 volse-hubzilla-3891b605fe28d89c61bf03cdd70eac5de08f2d76.zip |
get rid of the clean font because it looks weird in some browsers
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 135a4d3c3..28dc12038 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -8,7 +8,7 @@ /* generals */ body { - font-family: arial,freesans,clean,sans-serif; + font-family: arial,freesans,sans-serif; font-size: 12px; background-color: #$background_colour; background-image: url('$background_image'); @@ -18,7 +18,7 @@ body { margin: 0px; } .jslider { - font-family: arial,freesans,clean,sans-serif; + font-family: arial,freesans,sans-serif; } abbr { |