aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-14 19:42:21 -0800
committerfriendica <info@friendica.com>2013-11-14 19:42:21 -0800
commitfa79085bd57877a38139a6c656150e68bc2e8255 (patch)
tree4db75ee906509490e5f9ab387ee86655887d2235 /view/theme/redbasic/css
parent613ff90e6a8a97b5d1a29bd79a56ac05feccaba2 (diff)
downloadvolse-hubzilla-fa79085bd57877a38139a6c656150e68bc2e8255.tar.gz
volse-hubzilla-fa79085bd57877a38139a6c656150e68bc2e8255.tar.bz2
volse-hubzilla-fa79085bd57877a38139a6c656150e68bc2e8255.zip
when setting font_size - the expert setting needs units. Otherwise you can't switch from px to em
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 300ae881b..5fc68376b 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1013,7 +1013,7 @@ footer {
.wall-item-content {
margin-left: 10px;
overflow: auto;
- font-size: $font_sizepx;
+ font-size: $font_size;
}
.wall-item-content img {