From 6d85b65fc18af33608e9f1e4d11b7aeb97e48fc7 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 25 Jan 2005 07:07:13 +0000 Subject: [PATCH] XHTML compatibility and other minor changes --- theme/XHTML_CSS_UH/footer.html | 8 ++++---- theme/XHTML_CSS_UH/styles_layout.css | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/theme/XHTML_CSS_UH/footer.html b/theme/XHTML_CSS_UH/footer.html index 8dc48f963f..2a1ecf54df 100644 --- a/theme/XHTML_CSS_UH/footer.html +++ b/theme/XHTML_CSS_UH/footer.html @@ -5,11 +5,11 @@

-wwwroot/theme/$CFG->theme" ?>/xhtml_1_0.gif" /> -wwwroot/theme/$CFG->theme" ?>/css.gif" /> -wwwroot/theme/$CFG->theme" ?>/section_508.gif" /> +wwwroot/theme/$CFG->theme" ?>/xhtml_1_0.gif" alt="XHTML Validator" /> +wwwroot/theme/$CFG->theme" ?>/css.gif" alt="CSS Validator" /> +wwwroot/theme/$CFG->theme" ?>/section_508.gif" alt="Section 508 Validator" />

- \ No newline at end of file + diff --git a/theme/XHTML_CSS_UH/styles_layout.css b/theme/XHTML_CSS_UH/styles_layout.css index 0f1e51a8c2..42feedf30f 100644 --- a/theme/XHTML_CSS_UH/styles_layout.css +++ b/theme/XHTML_CSS_UH/styles_layout.css @@ -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 +} -- 2.39.5