Differences From Artifact [baeefb67e1]:
- File src/style.c — part of check-in [0095e24ba9] at 2008-02-04 23:14:15 on branch trunk — Added style info to db_generic_query_view(), so it can be styled via css (user: stephan size: 9616)
To Artifact [72a7644b27]:
- File src/style.c — part of check-in [6f05b4292a] at 2008-02-05 00:01:44 on branch trunk — Added /admin/sql page. Added a 'const' to db_generic_query_view() (user: stephan size: 9628)
| ︙ | |||
339 340 341 342 343 344 345 | 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 | - + |
@ color: #ff0000;
@ background: #ffff00;
@ border: 1px solid #ff0000;
@ }
@
@ table.fossil_db_generic_query_view {
@ border-spacing: 0px;
|
| ︙ |