aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-03-18 16:42:04 +0100
committerMario Vavti <mario@mariovavti.com>2015-03-18 16:42:04 +0100
commit463bd146dcc5538721e1db6f7406d6363bf22bdc (patch)
tree8af35f4779bca1557bb4e6bde1b179cd53d401bf /view/theme
parent096ab06dcbc3c414ec1608788df61615767eafee (diff)
downloadvolse-hubzilla-463bd146dcc5538721e1db6f7406d6363bf22bdc.tar.gz
volse-hubzilla-463bd146dcc5538721e1db6f7406d6363bf22bdc.tar.bz2
volse-hubzilla-463bd146dcc5538721e1db6f7406d6363bf22bdc.zip
remove px from default value
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/php/style.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index 1a2e43e0e..a18812857 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -244,7 +244,7 @@ if(! $a->install) {
if(! $active_colour)
$active_colour = "#fff";
if (! $converse_width) {
- $converse_width = "1024px";
+ $converse_width = "1024";
}
if (! $acl_bgcolour)
$acl_bgcolour = "#fff";