diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2013-08-18 03:07:32 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2013-08-18 03:07:32 +0200 |
| commit | 09f547e373d9dedce138480d4cb883be7c6e2616 (patch) | |
| tree | cb0db493c756a66deb3493a50968e6989c65ed56 /phpBB/styles/subsilver2/template/ucp_pm_history.html | |
| parent | 8fd49f9df87889990e8267815bc3cf6ae112a2b5 (diff) | |
| parent | 20fb220b4fc72d0b8335474619197d09660f94f2 (diff) | |
| download | forums-09f547e373d9dedce138480d4cb883be7c6e2616.tar forums-09f547e373d9dedce138480d4cb883be7c6e2616.tar.gz forums-09f547e373d9dedce138480d4cb883be7c6e2616.tar.bz2 forums-09f547e373d9dedce138480d4cb883be7c6e2616.tar.xz forums-09f547e373d9dedce138480d4cb883be7c6e2616.zip | |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/11789] Remove colors from HTML code
Conflicts:
phpBB/styles/subsilver2/template/ucp_pm_history.html
Diffstat (limited to 'phpBB/styles/subsilver2/template/ucp_pm_history.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/ucp_pm_history.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_pm_history.html b/phpBB/styles/subsilver2/template/ucp_pm_history.html index 4f2b627b50..ad06da2b7e 100644 --- a/phpBB/styles/subsilver2/template/ucp_pm_history.html +++ b/phpBB/styles/subsilver2/template/ucp_pm_history.html @@ -25,7 +25,7 @@ </tr> </table> </td> - <td width="100%"<!-- IF history_row.S_CURRENT_MSG --> style="background-color:lightblue"<!-- ENDIF -->> + <td width="100%"<!-- IF history_row.S_CURRENT_MSG --> class="current"<!-- ENDIF -->> <div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};"><b>{L_PM_SUBJECT}{L_COLON}</b> {history_row.SUBJECT}</div><div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><b>{L_FOLDER}{L_COLON}</b> {history_row.FOLDER}</div> </td> </tr> |
