diff options
author | friendica <info@friendica.com> | 2013-10-10 05:08:28 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-10 05:08:28 -0700 |
commit | 35db6ffa10c73f36b814299cf9f2231332d36c6a (patch) | |
tree | e4c20f3d88cacb163223793fd59b75f7e50570a0 /view/theme | |
parent | f44f01a1bf427d736a91fe7f6e11b674be921b18 (diff) | |
parent | 3891b605fe28d89c61bf03cdd70eac5de08f2d76 (diff) | |
download | volse-hubzilla-35db6ffa10c73f36b814299cf9f2231332d36c6a.tar.gz volse-hubzilla-35db6ffa10c73f36b814299cf9f2231332d36c6a.tar.bz2 volse-hubzilla-35db6ffa10c73f36b814299cf9f2231332d36c6a.zip |
Merge pull request #170 from git-marijus/master
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 { |