From 05c5dc6a5393b49b682e75cdf2147292fe24fadd Mon Sep 17 00:00:00 2001 From: nfreear Date: Mon, 27 Mar 2006 15:05:35 +0000 Subject: [PATCH] Accessibility: Bug tracker 4994, "Need skip navigation link..." --- theme/standard/styles_color.css | 4 ++++ theme/standard/styles_layout.css | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 9573ef8739..f2f1ae8560 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -193,6 +193,10 @@ table.formtable tbody th { *** Header ***/ +.headerskip a { + color: #FFF; +} + /*** *** Footer ***/ diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 32c16775c2..bfcbc2d3be 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -260,6 +260,12 @@ form.popupform { *** Header ***/ +.headerskip { + position:absolute; + right:20em; + font-size:0.8em; +} + #header-home { } -- 2.39.5