diff options
| author | Cesar G <prototech91@gmail.com> | 2014-05-25 04:30:46 -0700 |
|---|---|---|
| committer | Cesar G <prototech91@gmail.com> | 2014-05-27 07:17:47 -0700 |
| commit | 70f9d4a54adc2396cd5c8d480d720d42023259b1 (patch) | |
| tree | 94cb7c8852c189f626e5df2d9db8703b1e828c7b /phpBB/styles/prosilver/template/mcp_topic.html | |
| parent | 523c374e168c3e4bfda2ad21d63c8991d4cbe122 (diff) | |
| download | forums-70f9d4a54adc2396cd5c8d480d720d42023259b1.tar forums-70f9d4a54adc2396cd5c8d480d720d42023259b1.tar.gz forums-70f9d4a54adc2396cd5c8d480d720d42023259b1.tar.bz2 forums-70f9d4a54adc2396cd5c8d480d720d42023259b1.tar.xz forums-70f9d4a54adc2396cd5c8d480d720d42023259b1.zip | |
[ticket/12155] Move icon class directly to <a> and use <span> consistently.
PHPBB3-12155
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_topic.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_topic.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html index f7c3656ef4..19ee123eba 100644 --- a/phpBB/styles/prosilver/template/mcp_topic.html +++ b/phpBB/styles/prosilver/template/mcp_topic.html @@ -97,8 +97,8 @@ <div class="postbody" id="pr{postrow.POST_ID}"> <ul class="post-buttons"> - <li class="info-icon"> - <a href="{postrow.U_POST_DETAILS}" title="{L_POST_DETAILS}" class="button icon-button"> + <li> + <a href="{postrow.U_POST_DETAILS}" title="{L_POST_DETAILS}" class="button icon-button info-icon"> <span>{L_POST_DETAILS}</span> </a> </li> |
