Merge pull request #258 from discomrade/patch-5
Allow flags to be over 11px height
This commit is contained in:
commit
85f9ef8089
|
@ -183,7 +183,7 @@ $config['allowed_ext_files'][] = 'bz2';
|
||||||
*/
|
*/
|
||||||
$config['country_flags_condensed'] = false;
|
$config['country_flags_condensed'] = false;
|
||||||
$config['user_flag'] = true;
|
$config['user_flag'] = true;
|
||||||
$config['flag_style'] = 'width:auto;height:11px;';
|
$config['flag_style'] = 'width:auto;max-height:16px;';
|
||||||
$config['user_flags'] = array (
|
$config['user_flags'] = array (
|
||||||
'4th_international' => '4th International',
|
'4th_international' => '4th International',
|
||||||
'acceleration' => 'Acceleration',
|
'acceleration' => 'Acceleration',
|
||||||
|
|
Loading…
Reference in New Issue