Check-in [adb155b6d4]
Not logged in
Overview

SHA1 Hash:adb155b6d490a9ee3f97201cfa5911bbe8908801
Date: 2009-10-11 19:47:53
User: drh
Comment:Fix to the "font-family" CSS line in the default CSS. Ticket aba72eaa589.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/style.c from [e4a69231c5] to [3c29836aa3].

@@ -252,11 +252,11 @@
 @ /* General settings for the entire page */
 @ body {
 @   margin: 0ex 1ex;
 @   padding: 0px;
 @   background-color: white;
-@   font-family: "sans serif";
+@   font-family: sans-serif;
 @ }
 @
 @ /* The project logo in the upper left-hand corner of each page */
 @ div.logo {
 @   display: table-cell;