Fossil SCM

Set margin and padding to zero on tree-view list items.

joel 2014-02-11 16:03 trunk
Commit f06b592815b84e36b1746551aeb4ed2d65c13c97
1 file changed +2
--- src/style.c
+++ src/style.c
@@ -794,10 +794,12 @@
794794
@ margin: 0 0 0 21px;
795795
},
796796
{ ".filetree li",
797797
"tree-view lists items",
798798
@ position: relative;
799
+ @ margin: 0;
800
+ @ padding: 0;
799801
},
800802
{ ".filetree li li:before",
801803
"tree-view node lines",
802804
@ content: '';
803805
@ position: absolute;
804806
--- 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

Keyboard Shortcuts

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