Diff
Not logged in

Differences From:

File src/style.c part of check-in [631c52bc96] - Add a missing $baseurl to the default header. by drh on 2009-10-01 14:54:57. [view]

To:

File src/style.c part of check-in [adb155b6d4] - Fix to the "font-family" CSS line in the default CSS. Ticket aba72eaa589. by drh on 2009-10-11 19:47:53. [view]

@@ -253,9 +253,9 @@
 @ 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 {