From 9b78b2fa235fa558a311683cd9d1cfcc3fbc9efe Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Fri, 17 Jun 2011 07:26:49 +0000 Subject: [PATCH] Fixes for IE7 IE6 is unsupported --- data/global.css | 11 +---------- html.ct | 8 ++++---- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/data/global.css b/data/global.css index f65efc9..f994c37 100644 --- a/data/global.css +++ b/data/global.css @@ -66,7 +66,7 @@ body { background-color: white; margin-left: auto; margin-right: auto; - font-family: sans-serif; + font-family: 'DejaVu Sans', Arial, sans-serif; width: 850px; /* width: 80%; */ @@ -92,7 +92,6 @@ body { font-size: 22pt; font-weight: bold; font-style: italic; - font-family: 'DejaVu Sans', sans-serif; color: #222; } @@ -112,10 +111,6 @@ body { } .nav .sep { - float: left; - clear: none; - display: block; - float: left; width: 0px; height: 36px; border-left: solid 1px #222; @@ -161,10 +156,6 @@ body { margin: 25px 0 25px 0; } -.content ul.left { - width: 250px; -} - .content a { text-decoration: underline; } diff --git a/html.ct b/html.ct index af42dca..e3c3527 100644 --- a/html.ct +++ b/html.ct @@ -2,7 +2,7 @@ <% /* Global functions */ %> <% void print_header(void) { %> -Content-Type: application/xhtml+xml; charset=UTF-8 +Content-Type: text/html; charset=UTF-8 <% } %> @@ -35,13 +35,13 @@ Content-Type: application/xhtml+xml; charset=UTF-8

AWeather

<% page->print(); %> -
+