Differences From:
File
src/style.c
part of check-in
[5f3ddcc1b8]
- Add ticket configuration editing capability.
by
drh on
2007-11-25 21:11:33.
[view]
To:
File
src/style.c
part of check-in
[dff17229ff]
- Addition to the default style sheet to cover the name/value pairs
at the top of the vinfo page. Also a bugfix in the report.c code.
by
drh on
2007-12-02 22:30:09.
Also file
src/style.c
part of check-in
[d0305b305a]
- Merged mainline into my branch to get the newest application.
by
aku on
2007-12-05 08:07:46.
[view]
@@ -304,8 +304,15 @@
@ padding: 5px 10px 5px 10px;
@ text-align: right;
@ background-color: #558195;
@ color: white;
+@ }
+@
+@ /* The label/value pairs on (for example) the vinfo page */
+@ table.label-value th {
+@ vertical-align: top;
+@ text-align: right;
+@ padding: 0.2ex 2ex;
@ }
;
/*