Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | The new blockquote tinting feature of the default skin now works in the forum post editor screen as well, not just in the forum post display screen. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
19bb3b88fa01e9eadd8610d7c64fe0fc |
User & Date: | wyoung 2018-12-04 23:00:17 |
Context
2018-12-04
| ||
23:08 | Fixed a use of fclose() on a handle opened with popen(), noticed by Stephan Beal. check-in: 1f4b4fcb user: wyoung tags: trunk | |
23:00 | The new blockquote tinting feature of the default skin now works in the forum post editor screen as well, not just in the forum post display screen. check-in: 19bb3b88 user: wyoung tags: trunk | |
2018-12-03
| ||
02:44 | Improved documentation for the "localauth" setting. check-in: 883c2ea2 user: drh tags: trunk | |
Changes
Changes to skins/default/css.txt.
143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 |
overflow: auto; border: 1px solid #ccc; border-radius: 5px; } .content blockquote { padding: 0 15px; } div.forumHierRoot blockquote, div.forumHier blockquote { background-color: rgba(65, 131, 196, 0.1); border-left: 3px solid #254769; padding: .1em 1em; } table.report { cursor: auto; |
| |
143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 |
overflow: auto;
border: 1px solid #ccc;
border-radius: 5px;
}
.content blockquote {
padding: 0 15px;
}
div.forumHierRoot blockquote, div.forumHier blockquote, div.forumEdit blockquote {
background-color: rgba(65, 131, 196, 0.1);
border-left: 3px solid #254769;
padding: .1em 1em;
}
table.report {
cursor: auto;
|