Differences From Artifact [eaf2497b8c]:
- File src/default_css.txt — part of check-in [fb3934ec53] at 2018-06-20 22:39:55 on branch trunk — First attempt at a /subscribe page. Non-functional display only. (user: drh size: 11839) [more...]
To Artifact [3d47ade152]:
- File src/default_css.txt — part of check-in [2883fb80cf] at 2018-07-25 13:48:20 on branch forum-v2 — Make forum posts visible to object_description(). Add new diagnostics visible to users with the new "D" capability. (user: drh size: 11902)
| ︙ | ︙ | |||
670 671 672 673 674 675 676 |
div.forum_body p {
margin-top: 0;
}
td.form_label {
vertical-align: top;
text-align: right;
}
| > > > > | 670 671 672 673 674 675 676 677 678 679 680 |
div.forum_body p {
margin-top: 0;
}
td.form_label {
vertical-align: top;
text-align: right;
}
.debug {
background-color: #ffc;
border: 2px solid #ff0;
}
|