Fossil

Check-in [228626bc91]
Login

Check-in [228626bc91]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Removed a stray semicolon
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | inskinerator-modern-backport
Files: files | file ages | folders
SHA3-256: 228626bc917400d08ab6e97aa4e6d4a0ed4b67a6fae0ae29892f4f3b5b909d47
User & Date: wyoung 2024-02-10 05:45:40.509
Context
2024-02-10
08:29
Moved the bit applying extra line height to paragraph-type elements into the "@media screen" section. The justification for this only applies to wide browser windows. It's too much leading for smartphones. ... (check-in: db87ded184 user: wyoung tags: inskinerator-modern-backport)
05:45
Removed a stray semicolon ... (check-in: 228626bc91 user: wyoung tags: inskinerator-modern-backport)
05:40
Added kbd, samp and var element selectors to the list getting monospace treatment in the default.css file. ... (check-in: a76312cdb4 user: wyoung tags: inskinerator-modern-backport)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/default.css.
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
  line-height: 1.275/*for mobile: forum post e6f4ee7de98b55c0*/;
  text-size-adjust: none
  /* ^^^ attempt to keep mobile from inflating some text */;
}
table.diff pre > ins,
table.diff pre > del {
  /* Fill platform-dependent color gaps caused by
     inflated line-height */;
  padding: 0.062em 0 0.062em 0;
}
table.diff pre > ins > *,
table.diff pre > del > *{
  /* Avoid odd-looking color swatches in conjunction with
     (table.diff pre > ins/del) padding */
  padding: inherit;







|







579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
  line-height: 1.275/*for mobile: forum post e6f4ee7de98b55c0*/;
  text-size-adjust: none
  /* ^^^ attempt to keep mobile from inflating some text */;
}
table.diff pre > ins,
table.diff pre > del {
  /* Fill platform-dependent color gaps caused by
     inflated line-height */
  padding: 0.062em 0 0.062em 0;
}
table.diff pre > ins > *,
table.diff pre > del > *{
  /* Avoid odd-looking color swatches in conjunction with
     (table.diff pre > ins/del) padding */
  padding: inherit;