Fossil

Check-in [adb155b6d4]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix to the "font-family" CSS line in the default CSS. Ticket [aba72eaa589].
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: adb155b6d490a9ee3f97201cfa5911bbe8908801
User & Date: drh 2009-10-11 19:47:53.000
References
2009-10-11
19:49 Fixed ticket [aba72eaa58]: Default CSS style has "wrong" font-family. plus 2 other changes ... (artifact: 31f46d7564 user: drh)
Context
2009-10-11
19:52
Fix the "clean" command to use --force instead of --all. Ticket [c3d668ad52] ... (check-in: 5308e46815 user: drh tags: trunk)
19:47
Fix to the "font-family" CSS line in the default CSS. Ticket [aba72eaa589]. ... (check-in: adb155b6d4 user: drh tags: trunk)
2009-10-05
14:29
Sync client uses only HTTP/1.0 in order to avoid having to support chunked encoding. ... (check-in: 6842999f82 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/style.c.
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
*/
const char zDefaultCSS[] = 
@ /* General settings for the entire page */
@ body {
@   margin: 0ex 1ex;
@   padding: 0px;
@   background-color: white;
@   font-family: "sans serif";
@ }
@
@ /* The project logo in the upper left-hand corner of each page */
@ div.logo {
@   display: table-cell;
@   text-align: center;
@   vertical-align: bottom;







|







250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
*/
const char zDefaultCSS[] = 
@ /* General settings for the entire page */
@ body {
@   margin: 0ex 1ex;
@   padding: 0px;
@   background-color: white;
@   font-family: sans-serif;
@ }
@
@ /* The project logo in the upper left-hand corner of each page */
@ div.logo {
@   display: table-cell;
@   text-align: center;
@   vertical-align: bottom;