Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Apply the form-width change from [268bb73947] and [a767b75e8ffa] to /forume2. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
f75f1d60df85fc331cd6a000b4191b2b |
| User & Date: | stephan 2024-09-21 13:31:40.045 |
Context
|
2024-09-21
| ||
| 15:59 | Update the built-in SQLite to the latest trunk version for testing. ... (check-in: 5de7ce9a06 user: drh tags: trunk) | |
| 13:31 | Apply the form-width change from [268bb73947] and [a767b75e8ffa] to /forume2. ... (check-in: f75f1d60df user: stephan tags: trunk) | |
|
2024-09-20
| ||
| 22:30 | Reverse the logic of the "--brief|-b" flag of the finfo command so it fits with the flag name. (no functional change) ... (check-in: b8e378bcf8 user: mgagnon tags: trunk) | |
Changes
Changes to src/default.css.
| ︙ | ︙ | |||
974 975 976 977 978 979 980 |
/* UI controls along the bottom of a single post
** in the thread view. */
}
.forum div > form {
margin: 0.5em 0;
display: inline-block;
}
| | > | 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 |
/* UI controls along the bottom of a single post
** in the thread view. */
}
.forum div > form {
margin: 0.5em 0;
display: inline-block;
}
body.cpage-forumedit div > form,
body.cpage-forume2 div > form{
width: 100%;
}
.forum div > form > * {
margin-bottom: 0.35em;
}
.forum-post-collapser {
/* Common style for the bottom-of-post and right-of-post
|
| ︙ | ︙ |