Fossil

Check-in [b5b04dcf85]
Login

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

Overview
Comment:Added 'achtung' class. See the code comments.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: b5b04dcf853b627e2a85fc071bfbc800ee2fa17b
User & Date: stephan 2008-02-04 17:26:00.000
Context
2008-02-04
17:27
Added link to /timeline?u=... Added several TODO markers. ... (check-in: d27a905b1f user: stephan tags: trunk)
17:26
Added 'achtung' class. See the code comments. ... (check-in: b5b04dcf85 user: stephan tags: trunk)
16:39
Begin inserting code to implement an "annotate" command. ... (check-in: 9b68bc33bd user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/style.c.
326
327
328
329
330
331
332










333
334
335
336
337
338
339
@
@ /* The label/value pairs on (for example) the vinfo page */
@ table.label-value th {
@   vertical-align: top;
@   text-align: right;
@   padding: 0.2ex 2ex;
@ }










;

/*
** WEBPAGE: style.css
*/
void page_style_css(void){
  char *zCSS = 0;







>
>
>
>
>
>
>
>
>
>







326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
@
@ /* The label/value pairs on (for example) the vinfo page */
@ table.label-value th {
@   vertical-align: top;
@   text-align: right;
@   padding: 0.2ex 2ex;
@ }
@
@ /* For marking important UI elements which shouldn't be
@    lightly dismissed. I mainly use it to mark "not yet
@    implemented" parts of a page. Whether or not to have
@    a 'border' attribute set is arguable. */
@ .achtung {
@   color: #ff0000;
@   background: #ffff00;
@   border: 1px solid #ff0000;
@ }
;

/*
** WEBPAGE: style.css
*/
void page_style_css(void){
  char *zCSS = 0;