Fossil SCM
Removed a stray semicolon
Commit
228626bc917400d08ab6e97aa4e6d4a0ed4b67a6fae0ae29892f4f3b5b909d47
Parent
a76312cdb493fa6…
1 file changed
+1
-1
+1
-1
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -581,11 +581,11 @@ | ||
| 581 | 581 | /* ^^^ attempt to keep mobile from inflating some text */; |
| 582 | 582 | } |
| 583 | 583 | table.diff pre > ins, |
| 584 | 584 | table.diff pre > del { |
| 585 | 585 | /* Fill platform-dependent color gaps caused by |
| 586 | - inflated line-height */; | |
| 586 | + inflated line-height */ | |
| 587 | 587 | padding: 0.062em 0 0.062em 0; |
| 588 | 588 | } |
| 589 | 589 | table.diff pre > ins > *, |
| 590 | 590 | table.diff pre > del > *{ |
| 591 | 591 | /* Avoid odd-looking color swatches in conjunction with |
| 592 | 592 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -581,11 +581,11 @@ | |
| 581 | /* ^^^ attempt to keep mobile from inflating some text */; |
| 582 | } |
| 583 | table.diff pre > ins, |
| 584 | table.diff pre > del { |
| 585 | /* Fill platform-dependent color gaps caused by |
| 586 | inflated line-height */; |
| 587 | padding: 0.062em 0 0.062em 0; |
| 588 | } |
| 589 | table.diff pre > ins > *, |
| 590 | table.diff pre > del > *{ |
| 591 | /* Avoid odd-looking color swatches in conjunction with |
| 592 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -581,11 +581,11 @@ | |
| 581 | /* ^^^ attempt to keep mobile from inflating some text */; |
| 582 | } |
| 583 | table.diff pre > ins, |
| 584 | table.diff pre > del { |
| 585 | /* Fill platform-dependent color gaps caused by |
| 586 | inflated line-height */ |
| 587 | padding: 0.062em 0 0.062em 0; |
| 588 | } |
| 589 | table.diff pre > ins > *, |
| 590 | table.diff pre > del > *{ |
| 591 | /* Avoid odd-looking color swatches in conjunction with |
| 592 |