Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Back out the block-indentation CSS change from check-in [2190f86c324d0f57fa4f8]. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
eae0a9821dc8f0c24bb945027e75bec1 |
User & Date: | drh 2018-09-21 12:34:16.384 |
Context
2018-09-21
| ||
13:57 | Avoid unnecessary quoting of ASCII characters 34 and 39 in the markdown formatter. ... (check-in: 7950dc22 user: drh tags: trunk) | |
12:34 | Back out the block-indentation CSS change from check-in [2190f86c324d0f57fa4f8]. ... (check-in: eae0a982 user: drh tags: trunk) | |
01:52 | Replaced the "hasOwnProperty" test for CSS transition support in the animated hamburger menu JS code with a better test that not only works on old IE but also on some truly ancient versions of SeaMonkey, Firefox, Chrome, etc. ... (check-in: ee074372 user: wyoung tags: trunk) | |
2018-09-17
| ||
08:20 |
Added colored shading, more padding, and a thick left border to
elements in the default skin. This is based on some custom styling that Florian Balmer has been doing for quoted text on the forum lately, but the styling is rather different. It affects all such elements, not just those in forum posts, since I couldn't see a good reason to restrict it: it should be equally valuable in wiki and embedded doc articles as well.... (check-in: 2190f86c user: wyoung tags: trunk) | |
Changes
Changes to skins/default/css.txt.
︙ | ︙ | |||
141 142 143 144 145 146 147 | .udiff, .sbsdiff { font-size: .85em !important; overflow: auto; border: 1px solid #ccc; border-radius: 5px; } .content blockquote { | < < | < | 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 | .udiff, .sbsdiff { font-size: .85em !important; overflow: auto; border: 1px solid #ccc; border-radius: 5px; } .content blockquote { padding: 0 15px; } table.report { cursor: auto; border-radius: 5px; border: 1px solid #ccc; margin: 1em 0; |
︙ | ︙ |