Differences From Artifact [ec37c707a7]:
- File src/default.css — part of check-in [070716d835] at 2020-09-12 06:13:58 on branch trunk — Added style_emit_noscript_for_js_page() to emit a NOSCRIPT tag and an error message if JS is not available, and call it from the pages which *required* JS in order to work. Added a note about potential browser-induced SVG blurring when using the pikchrshow dark mode option. (user: stephan size: 29887)
To Artifact [c3fbc944b0]:
- File src/default.css — part of check-in [79023c9273] at 2020-09-12 12:21:11 on branch trunk — Milestone: eliminated the remaining assign-to-DOMElement.innerHTML in the fossil.*.js APIs (ostensible security enhancement), thanks to the DOMParser interface. Fixed an obscure minor bug in /fileedit where a commit message which contained HTML tags could cause the page to misbehave if the 'response manifest' debugging option was turned on. (user: stephan size: 29906)
︙ | |||
1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 | 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 | + | white-space: nowrap; } .input-with-label > * { vertical-align: middle; } .input-with-label > label { display: inline; /* some skins set label display to block! */ cursor: pointer; } .input-with-label > input { margin: 0; } .input-with-label > button { margin: 0; } |
︙ |