Fossil SCM
Set margin and padding to zero on tree-view list items.
Commit
f06b592815b84e36b1746551aeb4ed2d65c13c97
Parent
34aef781b5d47c1…
1 file changed
+2
+2
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -794,10 +794,12 @@ | ||
| 794 | 794 | @ margin: 0 0 0 21px; |
| 795 | 795 | }, |
| 796 | 796 | { ".filetree li", |
| 797 | 797 | "tree-view lists items", |
| 798 | 798 | @ position: relative; |
| 799 | + @ margin: 0; | |
| 800 | + @ padding: 0; | |
| 799 | 801 | }, |
| 800 | 802 | { ".filetree li li:before", |
| 801 | 803 | "tree-view node lines", |
| 802 | 804 | @ content: ''; |
| 803 | 805 | @ position: absolute; |
| 804 | 806 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -794,10 +794,12 @@ | |
| 794 | @ margin: 0 0 0 21px; |
| 795 | }, |
| 796 | { ".filetree li", |
| 797 | "tree-view lists items", |
| 798 | @ position: relative; |
| 799 | }, |
| 800 | { ".filetree li li:before", |
| 801 | "tree-view node lines", |
| 802 | @ content: ''; |
| 803 | @ position: absolute; |
| 804 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -794,10 +794,12 @@ | |
| 794 | @ margin: 0 0 0 21px; |
| 795 | }, |
| 796 | { ".filetree li", |
| 797 | "tree-view lists items", |
| 798 | @ position: relative; |
| 799 | @ margin: 0; |
| 800 | @ padding: 0; |
| 801 | }, |
| 802 | { ".filetree li li:before", |
| 803 | "tree-view node lines", |
| 804 | @ content: ''; |
| 805 | @ position: absolute; |
| 806 |