Differences From:
File
src/style.c
part of check-in
[b5b04dcf85]
- Added 'achtung' class. See the code comments.
by
stephan on
2008-02-04 17:26:00.
[view]
To:
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]
@@ -338,8 +338,29 @@
@ .achtung {
@ color: #ff0000;
@ background: #ffff00;
@ border: 1px solid #ff0000;
+@ }
+@
+@ table.fossil_db_generic_query_view {
+@ border-spacing: 0px;
+@ border: 0px;
+@ }
+@ table.fossil_db_generic_query_view td {
+@ padding: 2px 1em 2px 1em;
+@ }
+@ table.fossil_db_generic_query_view tr {
+@ }
+@ table.fossil_db_generic_query_view tr.even {
+@ background: #ffffff;
+@ }
+@ table.fossil_db_generic_query_view tr.odd {
+@ background: #e5e5e5;
+@ }
+@ table.fossil_db_generic_query_view tr.header {
+@ background: #558195;
+@ font-size: 1.5em;
+@ color: #ffffff;
@ }
;
/*