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

This commit is contained in:
Romano Licker 2011-10-20 12:34:03 +02:00 committed by Holger Just
parent 35c96b5085
commit af94d24951
1 changed files with 11 additions and 0 deletions

View File

@ -973,3 +973,14 @@ 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;
}