Differences From:
File
src/style.c
part of check-in
[64569b3a7a]
- Fix a C++-ism in style.c
by
drh on
2007-09-25 20:35:32.
[view]
To:
File
src/style.c
part of check-in
[e63a9fd9d0]
- Fixed many uninitialized variable warnings and some potential bug found via -Wall -Werror on gcc.
by
jnc on
2007-09-25 21:21:35.
Also file
src/style.c
part of check-in
[16551da2e3]
- Merge the vinfo CSS patches.
by
drh on
2007-09-25 20:39:14.
[view]
@@ -296,8 +296,20 @@
@ padding: 5px 10px 5px 10px;
@ text-align: right;
@ background-color: #414f84;
@ color: white;
+ @ }
+ @ table.label-value th {
+ @ text-align: right;
+ @ vertical-align: top;
+ @ }
+ @ div.section-title {
+ @ margin-bottom: 0px;
+ @ padding: 1px 1px 1px 1px;
+ @ font-size: 1.2em;
+ @ font-weight: bold;
+ @ background-color: #6a7ec7;
+ @ color: #0a1e67;
@ }
}
}