author | Michael Krelin <hacker@klever.net> | 2005-04-03 11:00:15 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2005-04-03 11:00:15 (UTC) |
commit | 85471d7c2c74035399ba7047f409fe6248e1d6f0 (patch) (side-by-side diff) | |
tree | 65f94a620e03fc9174ed2812f8ef361c2b4535ec | |
parent | 0234b0ae9ba19a37771a8e7d519137fa811c206c (diff) | |
download | sitecing-85471d7c2c74035399ba7047f409fe6248e1d6f0.zip sitecing-85471d7c2c74035399ba7047f409fe6248e1d6f0.tar.gz sitecing-85471d7c2c74035399ba7047f409fe6248e1d6f0.tar.bz2 |
spolit some things to make MSIE a bit happier
-rw-r--r-- | htdocs/ancestry/page.chtml | 2 | ||||
-rw-r--r-- | htdocs/style.css | 5 |
2 files changed, 4 insertions, 3 deletions
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 @@ % } <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> -% __SCIF->headers["Content-Type"] = "text/html"; +% __SCIF->headers["Content-Type"] = "text/html; charset=utf-8"; <title>site-C-ing: <% title() %></title> <meta name="copyright" content="Copyright (c) 2005 Klever Group"/> <link rel="stylesheet" href="/style.css" type="text/css" /> 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; |