diff options
author | Marc Alexander <admin@m-a-styles.de> | 2013-01-08 22:47:05 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2013-01-08 22:47:05 +0100 |
commit | 7ea0376958f917c3c62dff7814daaa2fcf330dca (patch) | |
tree | 2be53ba2485097e90f444057e24fb223fea8cfc9 /phpBB/adm/style | |
parent | caa3516d134360c86b00c3f8104f3ac7157b0e47 (diff) | |
download | forums-7ea0376958f917c3c62dff7814daaa2fcf330dca.tar forums-7ea0376958f917c3c62dff7814daaa2fcf330dca.tar.gz forums-7ea0376958f917c3c62dff7814daaa2fcf330dca.tar.bz2 forums-7ea0376958f917c3c62dff7814daaa2fcf330dca.tar.xz forums-7ea0376958f917c3c62dff7814daaa2fcf330dca.zip |
[feature/avatars] Remove not needed inline style
PHPBB3-10018
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_avatar_options_local.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_avatar_options_local.html b/phpBB/adm/style/acp_avatar_options_local.html index 927c4821f7..148efd051b 100644 --- a/phpBB/adm/style/acp_avatar_options_local.html +++ b/phpBB/adm/style/acp_avatar_options_local.html @@ -8,7 +8,7 @@ </select> <input type="submit" value="{L_GO}" name="avatar_local_go" class="button2" /></dd> </dl> <!-- IF AVATAR_LOCAL_SHOW --> - <table style="border-spacing: 1px;"> + <table> <!-- BEGIN avatar_local_row --> <tr> <!-- BEGIN avatar_local_col --> |