Differences From Artifact [f85fc8ae6c]:
- File src/default.css — part of check-in [240646ef7d] at 2020-09-12 02:58:27 on branch trunk — Simplified pikchrshow markup alignment selection to a single checkbox. Related CSS/layout tweaks. (user: stephan size: 29764)
To 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)
| ︙ | ︙ | |||
1376 1377 1378 1379 1380 1381 1382 |
that of fossil-tooltip.
*/
.fossil-tooltip.help-buttonlet-content {
cursor: default;
text-align: left;
border-style: outset;
}
| > > > > > > | 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 |
that of fossil-tooltip.
*/
.fossil-tooltip.help-buttonlet-content {
cursor: default;
text-align: left;
border-style: outset;
}
noscript > .error {
/* Part of the style_emit_noscript_for_js_page() interface. */
padding: 1em;
font-size: 150%;
}
|