Differences From Artifact [ade005bcb4]:
- File src/style.c — part of check-in [b765e65267] at 2025-08-17 12:10:01 on branch robotck-instant — An experiment in reducing the proof-of-work to a single operation. (This description is intentionally vague.) (user: stephan size: 58029)
To Artifact [91e9b8f21a]:
- File src/style.c — part of check-in [7c57a20ebd] at 2025-08-17 13:21:15 on branch robotck-instant — Add a comment explaining why document.body's z-level is explicitly set to 0. Remove some EOL whitespace. (user: stephan size: 58078)
| ︙ | |||
825 826 827 828 829 830 831 832 833 834 835 836 837 838 | 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 | + |
sideboxUsed = 0;
if( g.perm.Debug && P("showqp") ){
@ <div class="debug">
cgi_print_all(0, 0, 0);
@ </div>
}
@ <style>body { z-index: 0 }</style>
/* ^^^^ part of robot.c:robot_proofofwork() */
fossil_free(zTitle);
}
#if INTERFACE
/* Allowed parameters for style_adunit() */
#define ADUNIT_OFF 0x0001 /* Do not allow ads on this page */
#define ADUNIT_RIGHT_OK 0x0002 /* Right-side vertical ads ok here */
|
| ︙ |