Fossil

Check-in [bce9662451]
Login

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

Overview
Comment:Soften the box around diffs with a 5px corner radius.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: bce9662451ef66d8de8674c79b91cf071ed69fb335735f1bcb2274e8038b2278
User & Date: drh 2021-09-12 18:20:27.530
Context
2021-09-13
03:44
Removed a reference to a newly-removed fossil.info-diff.js builtin file. This resolves fatally breaking sites which use the jsmode bundled option. check-in: 3d69a8a46f user: stephan tags: trunk
2021-09-12
18:20
Soften the box around diffs with a 5px corner radius. check-in: bce9662451 user: drh tags: trunk
17:50
Resolution for uneven line alignment on mobile browsers, as reported in [forum:e6f4ee7de98b55c0 | forum post e6f4ee7de98b55c0]. check-in: 49d69ff6c5 user: stephan tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/default.css.
532
533
534
535
536
537
538

539
540
541
542
543
544
545
  padding-top: 1px;
}

/* Rules governing diff layout and colors */
table.diff {
  width: 100%;
  border-spacing: 0;

  border: 1px solid black;
  font-size: 80%;
}
table.diff td.diffln{
  padding: 0;
}
table.diff td.diffln > pre{







>







532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
  padding-top: 1px;
}

/* Rules governing diff layout and colors */
table.diff {
  width: 100%;
  border-spacing: 0;
  border-radius: 5px;
  border: 1px solid black;
  font-size: 80%;
}
table.diff td.diffln{
  padding: 0;
}
table.diff td.diffln > pre{