XHTML compatibility and other minor changes
authormoodler <moodler>
Tue, 25 Jan 2005 07:07:13 +0000 (07:07 +0000)
committermoodler <moodler>
Tue, 25 Jan 2005 07:07:13 +0000 (07:07 +0000)
theme/XHTML_CSS_UH/footer.html
theme/XHTML_CSS_UH/styles_layout.css

index 8dc48f963fe49d12eccad52a384225a0de777ccc..2a1ecf54dfaeef30ec76430f963140df0fb0b102 100644 (file)
@@ -5,11 +5,11 @@
 <p class="logininfo"><?php echo $loggedinas ?></p>
 <p class="homelink"><?php echo $homelink ?></p>
 <p>
-<a href="http://validator.w3.org/check?verbose=1&amp;ss=1&amp;uri=<?php echo urlencode(qualified_me()) ?>"><img src="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/xhtml_1_0.gif" /></a> 
-<a href="http://jigsaw.w3.org/css-validator/validator?uri=<?php echo urlencode(qualified_me()) ?>&warning=1&profile=css2&usermedium=all"><img src="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/css.gif" /></a> 
-<a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&amp;url1=<?php echo urlencode(qualified_me()) ?>"><img src="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/section_508.gif" /></a>
+<a href="http://validator.w3.org/check?verbose=1&amp;ss=1&amp;uri=<?php echo urlencode(qualified_me()) ?>"><img src="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/xhtml_1_0.gif" alt="XHTML Validator" /></a> 
+<a href="http://jigsaw.w3.org/css-validator/validator?uri=<?php echo urlencode(qualified_me()) ?>&amp;warning=1&amp;profile=css2&amp;usermedium=all"><img src="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/css.gif" alt="CSS Validator" /></a> 
+<a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&amp;url1=<?php echo urlencode(qualified_me()) ?>"><img src="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/section_508.gif" alt="Section 508 Validator" /></a>
 </p>
 </div>
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>
index 0f1e51a8c2039f2c9bd5f0cf9cd320d30502f10e..42feedf30fba4a8b166b1a674fcac43cf8662c15 100644 (file)
@@ -50,7 +50,7 @@ input {
     height:50px;
 }
 #header-home {
-    padding:0:5em 0.5em;
+    padding:0.5em 0.5em;
     height:2em;
 }
 
@@ -759,4 +759,4 @@ TABLE.formtable TD {
 .topicsoutlinecontenthighlight span,
 .topicsoutlinecontenthidden span {
     padding:1em 0em;
-}
\ No newline at end of file
+}