Differences From:
File
src/style.c
part of check-in
[0095e24ba9]
- Added style info to db_generic_query_view(), so it can be styled via css
by
stephan on
2008-02-04 23:14:15.
[view]
To:
File
src/style.c
part of check-in
[6f05b4292a]
- Added /admin/sql page. Added a 'const' to db_generic_query_view()
by
stephan on
2008-02-05 00:01:44.
[view]
@@ -342,9 +342,9 @@
@ }
@
@ table.fossil_db_generic_query_view {
@ border-spacing: 0px;
-@ border: 0px;
+@ border: 1px solid black;
@ }
@ table.fossil_db_generic_query_view td {
@ padding: 2px 1em 2px 1em;
@ }