Differences From Artifact [97380a10f0]:
- File src/default_css.txt — part of check-in [fd06544c04] at 2018-07-27 13:29:46 on branch forum-v2 — Improvements to forum thread display. (user: drh size: 12187)
To Artifact [922aae0182]:
- File src/default_css.txt — part of check-in [39d5e6751f] at 2018-07-30 21:08:09 on branch forum-v2 — Add the user capability summary to the security audit. (user: drh size: 12301)
| ︙ | ︙ | |||
691 692 693 694 695 696 697 |
}
div.forumSel {
background-color: #cef;
}
div.forumObs {
color: #bbb;
}
| > > > > > > > | 691 692 693 694 695 696 697 698 699 700 701 702 703 704 |
}
div.forumSel {
background-color: #cef;
}
div.forumObs {
color: #bbb;
}
#capabilitySummary {
text-align: center;
}
#capabilitySummary td {
padding-left: 3ex;
padding-right: 3ex;
}
|