diff options
| author | Matt Friedman <maf675@gmail.com> | 2013-10-16 18:02:18 -0700 |
|---|---|---|
| committer | Matt Friedman <maf675@gmail.com> | 2013-10-16 18:02:18 -0700 |
| commit | 1f2714e6958b07de22fc0a0055e4e9858b48f029 (patch) | |
| tree | 47bdfff6e5f5e372f1e7a583eb3408f3b7d74261 /phpBB | |
| parent | 7c0e839fe3564f22b8197dbcad82df8191398392 (diff) | |
| download | forums-1f2714e6958b07de22fc0a0055e4e9858b48f029.tar forums-1f2714e6958b07de22fc0a0055e4e9858b48f029.tar.gz forums-1f2714e6958b07de22fc0a0055e4e9858b48f029.tar.bz2 forums-1f2714e6958b07de22fc0a0055e4e9858b48f029.tar.xz forums-1f2714e6958b07de22fc0a0055e4e9858b48f029.zip | |
[ticket/11936] Remove "px" from html syntax
PHPBB3-11936
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/styles/subsilver2/template/overall_header.html | 4 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/ucp_notifications.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index ccca249e0c..a82a640447 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -160,10 +160,10 @@ function marklist(id, name, state) </div> <div class="notification_scroll"> - <table class="tablebg" width="310px" cellspacing="1"> + <table class="tablebg" width="310" cellspacing="1"> <!-- BEGIN notifications --> <tr class="row<!-- IF notifications.UNREAD -->2<!-- ELSE -->1<!-- ENDIF -->"> - <td width="50px"> + <td width="50"> <!-- IF notifications.AVATAR -->{notifications.AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF --> </td> <td valign="top"> diff --git a/phpBB/styles/subsilver2/template/ucp_notifications.html b/phpBB/styles/subsilver2/template/ucp_notifications.html index 6989a84b24..361012dd7f 100644 --- a/phpBB/styles/subsilver2/template/ucp_notifications.html +++ b/phpBB/styles/subsilver2/template/ucp_notifications.html @@ -86,7 +86,7 @@ </tr> <!-- BEGIN notification_list --> <tr class="row<!-- IF notification_list.UNREAD -->3<!-- ELSEIF notification_list.S_ROW_COUNT is even -->1<!-- ELSE -->2<!-- ENDIF -->"> - <td width="50px"> + <td width="50"> <!-- IF notification_list.AVATAR -->{notification_list.AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF --> </td> <td valign="top"> |
