Fossil SCM

Fix to the "font-family" CSS line in the default CSS. Ticket [aba72eaa589].

drh 2009-10-11 19:47 trunk
Commit adb155b6d490a9ee3f97201cfa5911bbe8908801
1 file changed +1 -1
+1 -1
--- src/style.c
+++ src/style.c
@@ -252,11 +252,11 @@
252252
@ /* General settings for the entire page */
253253
@ body {
254254
@ margin: 0ex 1ex;
255255
@ padding: 0px;
256256
@ background-color: white;
257
-@ font-family: "sans serif";
257
+@ font-family: sans-serif;
258258
@ }
259259
@
260260
@ /* The project logo in the upper left-hand corner of each page */
261261
@ div.logo {
262262
@ display: table-cell;
263263
--- src/style.c
+++ src/style.c
@@ -252,11 +252,11 @@
252 @ /* General settings for the entire page */
253 @ body {
254 @ margin: 0ex 1ex;
255 @ padding: 0px;
256 @ background-color: white;
257 @ font-family: "sans serif";
258 @ }
259 @
260 @ /* The project logo in the upper left-hand corner of each page */
261 @ div.logo {
262 @ display: table-cell;
263
--- src/style.c
+++ src/style.c
@@ -252,11 +252,11 @@
252 @ /* General settings for the entire page */
253 @ body {
254 @ margin: 0ex 1ex;
255 @ padding: 0px;
256 @ background-color: white;
257 @ font-family: sans-serif;
258 @ }
259 @
260 @ /* The project logo in the upper left-hand corner of each page */
261 @ div.logo {
262 @ display: table-cell;
263

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button