aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-10-10 05:08:28 -0700
committerfriendica <info@friendica.com>2013-10-10 05:08:28 -0700
commit35db6ffa10c73f36b814299cf9f2231332d36c6a (patch)
treee4c20f3d88cacb163223793fd59b75f7e50570a0 /view
parentf44f01a1bf427d736a91fe7f6e11b674be921b18 (diff)
parent3891b605fe28d89c61bf03cdd70eac5de08f2d76 (diff)
downloadvolse-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')
-rw-r--r--view/theme/redbasic/css/style.css4
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 {