From 4e73e3eab6c2d7eba8b5915aacc13e089d39b983 Mon Sep 17 00:00:00 2001 From: skodak Date: Wed, 3 Jan 2007 21:12:39 +0000 Subject: [PATCH] MDL-8063 Fixed links to validation services to be XHTML Strict :-D --- theme/standard/footer.html | 12 +++++------- theme/standard/styles_fonts.css | 3 +++ theme/standard/styles_layout.css | 18 ++++++++++++++++++ 3 files changed, 26 insertions(+), 7 deletions(-) diff --git a/theme/standard/footer.html b/theme/standard/footer.html index 46c31eb82c2..231fcb4db5e 100644 --- a/theme/standard/footer.html +++ b/theme/standard/footer.html @@ -25,13 +25,11 @@ -
-
-

- Validate HTML | - Section 508 Check | - WCAG 1 (2,3) Check -

+
diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index 31023f01f20..cd5ca9095df 100644 --- a/theme/standard/styles_fonts.css +++ b/theme/standard/styles_fonts.css @@ -199,6 +199,9 @@ a.useredit, a:hover.useredit, .blink { font-size: 0.6em; } +#footer .validators { + font-size: 0.6em; +} /*** *** Admin diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 6b77ff58b32..b96eb393a05 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -504,6 +504,24 @@ table.navbar { display: block; } +#footer .validators { + margin-top:40px; + padding-top:5px; + border-top: 1px dotted gray; +} + +#footer .validators ul { + margin:0px; + padding:0px; + list-style-type:none; +} + +#footer .validators ul li { + display:inline; + margin-right:10px; + margin-left:10px; +} + /*** *** Admin ***/