-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 @@ -8,13 +8,13 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> % }else{ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> % } <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" /> </head> <body> % body(); diff --git a/htdocs/style.css b/htdocs/style.css index 28aa8df..27721d4 100644 --- a/htdocs/style.css +++ b/htdocs/style.css @@ -1,8 +1,8 @@ body { - font-family: sans-serif; + font-family: arial,helvetica, sans-serif; font-size: 11pt; } a:link, a:visited { text-decoration: none; } @@ -231,13 +231,14 @@ dl.quickref dt { margin: 0.4ex; padding: 2px 0.5ex; background: #e0e0e0; 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; } dl.quickref code kbd { font-style: italic; |