remove px from default value
This commit is contained in:
parent
096ab06dcb
commit
463bd146dc
@ -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";
|
||||
|
Reference in New Issue
Block a user