diff options
| author | Shibu Lijack <shibulijack@gmail.com> | 2012-04-02 00:42:11 +0530 |
|---|---|---|
| committer | Shibu Lijack <shibulijack@gmail.com> | 2012-04-02 00:42:11 +0530 |
| commit | 03f5fde7476797ff06b9bdabcb5d56730180c628 (patch) | |
| tree | 8e24baf35aebd0aa1402c57879d754697c71a51c /phpBB/styles/prosilver/template/login_forum.html | |
| parent | a728b08e9056473f19906f93f38339b9eb8f2ffc (diff) | |
| download | forums-03f5fde7476797ff06b9bdabcb5d56730180c628.tar forums-03f5fde7476797ff06b9bdabcb5d56730180c628.tar.gz forums-03f5fde7476797ff06b9bdabcb5d56730180c628.tar.bz2 forums-03f5fde7476797ff06b9bdabcb5d56730180c628.tar.xz forums-03f5fde7476797ff06b9bdabcb5d56730180c628.zip | |
[ticket/10734] Removed unwanted span classes
Removed the corner and clear span classes
PHPBB-10734
Diffstat (limited to 'phpBB/styles/prosilver/template/login_forum.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/login_forum.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/login_forum.html b/phpBB/styles/prosilver/template/login_forum.html index e66e531fcd..13669a78bb 100644 --- a/phpBB/styles/prosilver/template/login_forum.html +++ b/phpBB/styles/prosilver/template/login_forum.html @@ -27,7 +27,7 @@ {S_LOGIN_REDIRECT} </fieldset> - <span class="clear"></span></div> + </div> </div> </form> |
