Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Add default CSS for the label-value table. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
d2e9b37694083c1c2c3075c65f520f94 |
| User & Date: | drh 2017-12-05 16:44:14.449 |
Context
|
2017-12-05
| ||
| 17:17 | Remove unused local variable from style_footer(). ... (check-in: 57ffe304c5 user: drh tags: trunk) | |
| 16:44 | Add default CSS for the label-value table. ... (check-in: d2e9b37694 user: drh tags: trunk) | |
| 16:22 | If a @-line for a string literal ends with "\" then omit the newline. ... (check-in: 09d882ee81 user: drh tags: trunk) | |
Changes
Changes to src/default_css.txt.
| ︙ | ︙ | |||
617 618 619 620 621 622 623 624 |
text-align: center;
}
p.searchEmpty {
font-style: italic;
}
.clutter {
display: none;
}
| > > > > > | 617 618 619 620 621 622 623 624 625 626 627 628 629 |
text-align: center;
}
p.searchEmpty {
font-style: italic;
}
.clutter {
display: none;
}
table.label-value th {
vertical-align: top;
text-align: right;
padding: 0.2ex 1ex;
}
|