aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/content.css
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-04-23 12:34:45 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-04-23 12:34:45 +0000
commitc33550702748ee411cbd3f15a8bb98eba0011aa5 (patch)
treebe5cd259281787bb442170ecfa386956234f291c /phpBB/styles/prosilver/theme/content.css
parent696aff3169f105d6c5adf2583d27cd58f955e993 (diff)
downloadforums-c33550702748ee411cbd3f15a8bb98eba0011aa5.tar
forums-c33550702748ee411cbd3f15a8bb98eba0011aa5.tar.gz
forums-c33550702748ee411cbd3f15a8bb98eba0011aa5.tar.bz2
forums-c33550702748ee411cbd3f15a8bb98eba0011aa5.tar.xz
forums-c33550702748ee411cbd3f15a8bb98eba0011aa5.zip
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
Diffstat (limited to 'phpBB/styles/prosilver/theme/content.css')
-rw-r--r--phpBB/styles/prosilver/theme/content.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index b6d3efa8a3..19f5dfdb3b 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -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 {