Commit af94d249 authored by Romano Licker's avatar Romano Licker Committed by Holger Just

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

parent 35c96b50
......@@ -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;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment