1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/14202]Add missing sr-only classes

PHPBB3-14202
This commit is contained in:
Michael Miday
2015-09-27 11:35:26 +02:00
parent a342517dfb
commit d50801a056
9 changed files with 24 additions and 22 deletions

View File

@@ -59,7 +59,7 @@
<!-- IF U_EDIT -->
<li>
<a href="{U_EDIT}" title="{L_EDIT_POST}" class="button">
<i class="icon fa-pencil fa-fw"></i><span>{L_EDIT_POST}</span>
<i class="icon fa-pencil fa-fw"></i><span class="sr-only">{L_EDIT_POST}</span>
</a>
</li>
<!-- ENDIF -->