Fossil SCM

Soften the box around diffs with a 5px corner radius.

drh 2021-09-12 18:20 trunk
Commit bce9662451ef66d8de8674c79b91cf071ed69fb335735f1bcb2274e8038b2278
1 file changed +1
--- src/default.css
+++ src/default.css
@@ -534,10 +534,11 @@
534534
535535
/* Rules governing diff layout and colors */
536536
table.diff {
537537
width: 100%;
538538
border-spacing: 0;
539
+ border-radius: 5px;
539540
border: 1px solid black;
540541
font-size: 80%;
541542
}
542543
table.diff td.diffln{
543544
padding: 0;
544545
--- src/default.css
+++ src/default.css
@@ -534,10 +534,11 @@
534
535 /* Rules governing diff layout and colors */
536 table.diff {
537 width: 100%;
538 border-spacing: 0;
 
539 border: 1px solid black;
540 font-size: 80%;
541 }
542 table.diff td.diffln{
543 padding: 0;
544
--- src/default.css
+++ src/default.css
@@ -534,10 +534,11 @@
534
535 /* Rules governing diff layout and colors */
536 table.diff {
537 width: 100%;
538 border-spacing: 0;
539 border-radius: 5px;
540 border: 1px solid black;
541 font-size: 80%;
542 }
543 table.diff td.diffln{
544 padding: 0;
545

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button