From c81ca5845a17281162a947a6d84c2d4911285ea5 Mon Sep 17 00:00:00 2001 From: webchick Date: Tue, 21 Jun 2011 23:29:08 -0700 Subject: Issue #961584 by james.elliott, mgifford, ximo: Fixed 'Skip to main content' link doesn't work in Overlay for Bartik or Stark. --- modules/overlay/overlay-child.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules') diff --git a/modules/overlay/overlay-child.css b/modules/overlay/overlay-child.css index 5a297cb4d..a832fc8c2 100644 --- a/modules/overlay/overlay-child.css +++ b/modules/overlay/overlay-child.css @@ -49,6 +49,13 @@ html.js body { outline: 0; } +.overlay #skip-link { + margin-top: -20px; +} +.overlay #skip-link a { + color: #fff; /* This is white to contrast with the dark background behind it. */ +} + #overlay-close-wrapper { position: absolute; right: 0; -- cgit v1.2.3