From 85471d7c2c74035399ba7047f409fe6248e1d6f0 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 03 Apr 2005 11:00:15 +0000 Subject: spolit some things to make MSIE a bit happier --- diff --git a/htdocs/ancestry/page.chtml b/htdocs/ancestry/page.chtml index 5bec31e..b9f3434 100644 --- a/htdocs/ancestry/page.chtml +++ b/htdocs/ancestry/page.chtml @@ -11,7 +11,7 @@ % } -% __SCIF->headers["Content-Type"] = "text/html"; +% __SCIF->headers["Content-Type"] = "text/html; charset=utf-8"; site-C-ing: <% title() %> diff --git a/htdocs/style.css b/htdocs/style.css index 28aa8df..27721d4 100644 --- a/htdocs/style.css +++ b/htdocs/style.css @@ -1,5 +1,5 @@ body { - font-family: sans-serif; + font-family: arial,helvetica, sans-serif; font-size: 11pt; } @@ -234,7 +234,8 @@ dl.quickref dt { display: compact; } dl.quickref dd { - margin: 0px 0.4ex 0.4ex 10%; + margin: 0px 1% 0.4ex 10%; + width: 89%; padding: 0px; border: 1px solid gray; overflow: hidden; -- cgit v0.9.0.2