##// END OF EJS Templates
[#9489] added style to hide content from sighted users...
Toshi MARUYAMA -
r7555:3d895b575ead
parent child
Show More
@@ -989,3 +989,13 h2 img { vertical-align:middle; }
989 table.list {margin-top:0.5em;}
989 table.list {margin-top:0.5em;}
990 table.list th, table.list td {border: 1px solid #aaa;}
990 table.list th, table.list td {border: 1px solid #aaa;}
991 }
991 }
992
993 /* Accessibility specific styles */
994 .hidden-for-sighted {
995 position:absolute;
996 left:-10000px;
997 top:auto;
998 width:1px;
999 height:1px;
1000 overflow:hidden;
1001 }
General Comments 0
You need to be logged in to leave comments. Login now