Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix a comment formatting error in the recent skins.c changes. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
4f24addea90ae08183c153b06f2fc72d |
| User & Date: | drh 2009-12-20 21:34:51.000 |
References
|
2010-01-12
| ||
| 07:08 | • Ticket [a395f43b33] The wiki name "表予申能十ソ" is not well-formed. status still Open with 1 other change artifact: 75f704aada user: anonymous | |
|
2010-01-08
| ||
| 19:17 | • New ticket [68b4e947d0] '"Fossil"' is not recognized as an internal or external command. artifact: 9d580f2e6b user: anonymous | |
Context
|
2009-12-26
| ||
| 13:43 | timeline descendants view now properly behaves when there are no descendents, and it also sigularizes the word 'descendents' when there is only one. check-in: a388e9da2e user: stephan tags: trunk | |
|
2009-12-20
| ||
| 21:34 | Fix a comment formatting error in the recent skins.c changes. check-in: 4f24addea9 user: drh tags: trunk | |
| 17:53 | Add a black & white skin with the main menu down the left margin. check-in: 5a5d7e1f90 user: drh tags: trunk | |
Changes
Changes to src/skins.c.
| ︙ | ︙ | |||
24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
**
** Implementation of the Setup page for "skins".
*/
#include <assert.h>
#include "config.h"
#include "skins.h"
/*
** A black-and-white theme with the project title in a bar across the top
** and no logo image.
*/
static const char zBuiltinSkin1[] =
@ REPLACE INTO config VALUES('css','/* General settings for the entire page */
@ body {
| > | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
**
** Implementation of the Setup page for "skins".
*/
#include <assert.h>
#include "config.h"
#include "skins.h"
/* @-comment: // */
/*
** A black-and-white theme with the project title in a bar across the top
** and no logo image.
*/
static const char zBuiltinSkin1[] =
@ REPLACE INTO config VALUES('css','/* General settings for the entire page */
@ body {
|
| ︙ | ︙ |