mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Make sure additional information for accessibility is always exposed to screen readers (Bug #44335 - patch by MarcoZ)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9481 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -44,7 +44,9 @@ ul.topiclist dd {
|
||||
|
||||
ul.topiclist dfn {
|
||||
/* Labels for post/view counts */
|
||||
display: none;
|
||||
position: absolute;
|
||||
left: -999px;
|
||||
width: 990px;
|
||||
}
|
||||
|
||||
ul.topiclist li.row dt a.subforum {
|
||||
|
@@ -198,3 +198,10 @@ a.right:hover {
|
||||
text-decoration: none;
|
||||
background-position: 100% 60%;
|
||||
}
|
||||
|
||||
/* invisible skip link, used for accessibility */
|
||||
.skiplink {
|
||||
position: absolute;
|
||||
left: -999px;
|
||||
width: 990px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user