From: nfreear Date: Mon, 27 Mar 2006 15:05:35 +0000 (+0000) Subject: Accessibility: Bug tracker 4994, "Need skip navigation link..." X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=05c5dc6a5393b49b682e75cdf2147292fe24fadd;p=moodle.git Accessibility: Bug tracker 4994, "Need skip navigation link..." --- 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 { }