[#9489] added style to hide content from sighted users

Contributed by Romano Licker.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7675 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-10-29 01:12:24 +00:00
parent 2b4549b3ea
commit 3d895b575e
1 changed files with 10 additions and 0 deletions

View File

@ -989,3 +989,13 @@ h2 img { vertical-align:middle; }
table.list {margin-top:0.5em;}
table.list th, table.list td {border: 1px solid #aaa;}
}
/* Accessibility specific styles */
.hidden-for-sighted {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}