diff --git a/core/css/header.css b/core/css/header.css index 005390d2cd0..2a2622a9d0d 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -7,6 +7,22 @@ -ms-user-select: none; } +#skip-to-content a { + position: absolute; + left: -10000px; + top: auto; + width: 1px; + height: 1px; + overflow: hidden; +} +#skip-to-content a:focus { + left: 76px; + top: -9px; + color: #fff; + width: auto; + height: auto; +} + /* HEADERS ------------------------------------------------------------------ */ diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 11e2df71458..238b2dd163e 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -40,14 +40,16 @@