-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 | |||
@@ -13,3 +13,3 @@ | |||
13 | <head> | 13 | <head> |
14 | % __SCIF->headers["Content-Type"] = "text/html"; | 14 | % __SCIF->headers["Content-Type"] = "text/html; charset=utf-8"; |
15 | <title>site-C-ing: <% title() %></title> | 15 | <title>site-C-ing: <% title() %></title> |
diff --git a/htdocs/style.css b/htdocs/style.css index 28aa8df..27721d4 100644 --- a/htdocs/style.css +++ b/htdocs/style.css | |||
@@ -1,3 +1,3 @@ | |||
1 | body { | 1 | body { |
2 | font-family: sans-serif; | 2 | font-family: arial,helvetica, sans-serif; |
3 | font-size: 11pt; | 3 | font-size: 11pt; |
@@ -236,3 +236,4 @@ dl.quickref dt { | |||
236 | dl.quickref dd { | 236 | dl.quickref dd { |
237 | margin: 0px 0.4ex 0.4ex 10%; | 237 | margin: 0px 1% 0.4ex 10%; |
238 | width: 89%; | ||
238 | padding: 0px; | 239 | padding: 0px; |