BP: Revised skiplinks - changed the CSS used for hiding skiplinks from visual browsers.
This commit is contained in:
parent
40513a9b66
commit
40f775bc32
@ -121,7 +121,14 @@ body {
|
||||
|
||||
/*** Accessibility styles ***/
|
||||
#skiplinks {
|
||||
display: none;
|
||||
display: inline;
|
||||
height: 1px;
|
||||
overflow: hidden;
|
||||
width: 1px;
|
||||
/* Absolute positioning */
|
||||
position: absolute;
|
||||
top: -1000px;
|
||||
left: -1000px;
|
||||
}
|
||||
|
||||
#skiplinks ul {
|
||||
|
Loading…
x
Reference in New Issue
Block a user