diff options
author | Michael Miday <midaym@gmail.com> | 2015-09-27 11:35:26 +0200 |
---|---|---|
committer | Michael Miday <midaym@gmail.com> | 2015-09-28 18:24:24 +0200 |
commit | d50801a056e4bbced0d7ea855fbded9fb449bfe5 (patch) | |
tree | 3d7bc3e0c2830b47830832066cba248564e412b4 /phpBB/styles/prosilver/template/mcp_topic.html | |
parent | a342517dfb877e6d1cb0b489f7caa6f54e12bca5 (diff) | |
download | forums-d50801a056e4bbced0d7ea855fbded9fb449bfe5.tar forums-d50801a056e4bbced0d7ea855fbded9fb449bfe5.tar.gz forums-d50801a056e4bbced0d7ea855fbded9fb449bfe5.tar.bz2 forums-d50801a056e4bbced0d7ea855fbded9fb449bfe5.tar.xz forums-d50801a056e4bbced0d7ea855fbded9fb449bfe5.zip |
[ticket/14202]Add missing sr-only classes
PHPBB3-14202
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_topic.html')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_topic.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html index 0398b773c7..cf7b67e74b 100644 --- a/phpBB/styles/prosilver/template/mcp_topic.html +++ b/phpBB/styles/prosilver/template/mcp_topic.html @@ -101,7 +101,7 @@ <ul class="post-buttons"> <li> <a href="{postrow.U_POST_DETAILS}" title="{L_POST_DETAILS}" class="button"> - <i class="icon fa-info fa-fw"></i><span>{L_POST_DETAILS}</span> + <i class="icon fa-info fa-fw"></i><span class="sr-only">{L_POST_DETAILS}</span> </a> </li> <li> |