From: skodak Date: Wed, 3 Jan 2007 21:12:39 +0000 (+0000) Subject: MDL-8063 Fixed links to validation services to be XHTML Strict :-D X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4e73e3eab6c2d7eba8b5915aacc13e089d39b983;p=moodle.git MDL-8063 Fixed links to validation services to be XHTML Strict :-D --- diff --git a/theme/standard/footer.html b/theme/standard/footer.html index 46c31eb82c..231fcb4db5 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 31023f01f2..cd5ca9095d 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 6b77ff58b3..b96eb393a0 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 ***/