diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-18 16:42:04 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-18 16:42:04 +0100 |
commit | 463bd146dcc5538721e1db6f7406d6363bf22bdc (patch) | |
tree | 8af35f4779bca1557bb4e6bde1b179cd53d401bf /view | |
parent | 096ab06dcbc3c414ec1608788df61615767eafee (diff) | |
download | volse-hubzilla-463bd146dcc5538721e1db6f7406d6363bf22bdc.tar.gz volse-hubzilla-463bd146dcc5538721e1db6f7406d6363bf22bdc.tar.bz2 volse-hubzilla-463bd146dcc5538721e1db6f7406d6363bf22bdc.zip |
remove px from default value
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/php/style.php | 2 |
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"; |