Differences From Artifact [f8070e4e29]:
- File src/style.c — part of check-in [214899ac26] at 2014-01-27 09:08:57 on branch trunk — Put various other constant tables in constant memory. (user: jan.nijtmans size: 36360) [more...]
To Artifact [53dcdc8d5a]:
- File src/style.c — part of check-in [f06b592815] at 2014-02-11 16:03:56 on branch trunk — Set margin and padding to zero on tree-view list items. (user: joel size: 36399)
| ︙ | |||
792 793 794 795 796 797 798 799 800 801 802 803 804 805 | 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 | + + |
"tree-view lists below the root",
@ position: relative;
@ margin: 0 0 0 21px;
},
{ ".filetree li",
"tree-view lists items",
@ position: relative;
@ margin: 0;
@ padding: 0;
},
{ ".filetree li li:before",
"tree-view node lines",
@ content: '';
@ position: absolute;
@ top: -.8em;
@ left: -14px;
|
| ︙ |