XHTML compatibility and other minor changes
This commit is contained in:
@@ -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&ss=1&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&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&ss=1&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()) ?>&warning=1&profile=css2&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&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>
|
||||
</html>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user