Fossil SCM
Fix to the "font-family" CSS line in the default CSS. Ticket [aba72eaa589].
Commit
adb155b6d490a9ee3f97201cfa5911bbe8908801
Parent
6842999f824d0cd…
1 file changed
+1
-1
+1
-1
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -252,11 +252,11 @@ | ||
| 252 | 252 | @ /* General settings for the entire page */ |
| 253 | 253 | @ body { |
| 254 | 254 | @ margin: 0ex 1ex; |
| 255 | 255 | @ padding: 0px; |
| 256 | 256 | @ background-color: white; |
| 257 | -@ font-family: "sans serif"; | |
| 257 | +@ font-family: sans-serif; | |
| 258 | 258 | @ } |
| 259 | 259 | @ |
| 260 | 260 | @ /* The project logo in the upper left-hand corner of each page */ |
| 261 | 261 | @ div.logo { |
| 262 | 262 | @ display: table-cell; |
| 263 | 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 |
| --- 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 |