Use template for accessible.html example

This commit is contained in:
Bart van den Eijnden
2015-04-01 19:43:45 +02:00
committed by Andreas Hocevar
parent 821f31fa18
commit dd3350c948
2 changed files with 31 additions and 72 deletions

View File

@@ -0,0 +1,16 @@
a.skiplink {
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
padding: 0;
border: 0;
height: 1px;
width: 1px;
overflow: hidden;
}
a.skiplink:focus {
clip: auto;
height: auto;
width: auto;
background-color: #fff;
padding: 0.3em;
}