diff options
author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-08-14 19:09:27 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-08-14 19:09:27 +0300 |
commit | 9c299b0e8367ec8f9bb631e637b2492483ab3b8a (patch) | |
tree | 57a9280d90875c1d4904ea5fd271c339723c8910 /phpBB/styles/subsilver2/template/ucp_header.html | |
parent | 33eb9ad53aca850586abe8d896cd718181d480c0 (diff) | |
download | forums-9c299b0e8367ec8f9bb631e637b2492483ab3b8a.tar forums-9c299b0e8367ec8f9bb631e637b2492483ab3b8a.tar.gz forums-9c299b0e8367ec8f9bb631e637b2492483ab3b8a.tar.bz2 forums-9c299b0e8367ec8f9bb631e637b2492483ab3b8a.tar.xz forums-9c299b0e8367ec8f9bb631e637b2492483ab3b8a.zip |
[ticket/11789] Remove colors from HTML code
PHPBB3-11789
Diffstat (limited to 'phpBB/styles/subsilver2/template/ucp_header.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/ucp_header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_header.html b/phpBB/styles/subsilver2/template/ucp_header.html index 1566a15929..4ad27738fa 100644 --- a/phpBB/styles/subsilver2/template/ucp_header.html +++ b/phpBB/styles/subsilver2/template/ucp_header.html @@ -123,7 +123,7 @@ <tr> <td class="row1" align="center"> - <b class="genmed" style="color:green">{L_FRIENDS_ONLINE}</b> + <b class="genmed online">{L_FRIENDS_ONLINE}</b> <ul class="nav" style="margin: 0; padding: 0; list-style-type: none; line-height: 175%;"> <!-- BEGIN friends_online --> @@ -139,7 +139,7 @@ <hr /> - <b class="genmed" style="color:red">{L_FRIENDS_OFFLINE}</b> + <b class="genmed offline">{L_FRIENDS_OFFLINE}</b> <ul class="nav" style="margin: 0; padding: 0; list-style-type: none; line-height: 175%;"> <!-- BEGIN friends_offline --> |