]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-8063 Fixed links to validation services to be XHTML Strict :-D
authorskodak <skodak>
Wed, 3 Jan 2007 21:12:39 +0000 (21:12 +0000)
committerskodak <skodak>
Wed, 3 Jan 2007 21:12:39 +0000 (21:12 +0000)
theme/standard/footer.html
theme/standard/styles_fonts.css
theme/standard/styles_layout.css

index 46c31eb82c244fa04d169d2037a70016cb8d8036..231fcb4db5e64b1aec0c29a72d7e05fad2fdf110 100644 (file)
 
 <?php if (debugging()) {
 ?>
-          <br />
-          <hr size="1" noshade="noshade" />
-          <p align="center">
-          <a href="http://validator.w3.org/check?verbose=1&amp;ss=1&amp;uri=<?php echo urlencode(qualified_me()) ?>">Validate HTML</a> |
-          <a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&amp;url1=<?php echo urlencode(qualified_me()) ?>">Section 508 Check</a> |
-          <a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=0&amp;warnp2n3e=1&amp;url1=<?php echo urlencode(qualified_me()) ?>">WCAG 1 (2,3) Check</a>
-          </p>
+        <div class="validators"><ul>
+          <li><a href="http://validator.w3.org/check?verbose=1&amp;ss=1&amp;uri=<?php echo urlencode(qualified_me()) ?>">Validate HTML</a></li>
+          <li><a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&amp;url1=<?php echo urlencode(qualified_me()) ?>">Section 508 Check</a></li>
+          <li><a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=0&amp;warnp2n3e=1&amp;url1=<?php echo urlencode(qualified_me()) ?>">WCAG 1 (2,3) Check</a></li>
+        </ul></div>
 <?php } ?>
 
 
index 31023f01f20f82ef607be8b8c087c0c9a6f0acb7..cd5ca9095df4390b24ef554e85cfc6a44a954509 100644 (file)
@@ -199,6 +199,9 @@ a.useredit, a:hover.useredit, .blink {
   font-size: 0.6em;
 }
 
+#footer .validators {
+  font-size: 0.6em;
+}
 
 /***
  *** Admin
index 6b77ff58b32c0913a896eb9409c4d293b2c4b672..b96eb393a05dff995697c464f9a75551576e6cad 100644 (file)
@@ -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
  ***/