788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
|
@ display: inline;
},
{ ".filetree .subdir ul",
"file tree lists below subdir",
@ display: block;
@ margin: 0 0 .5em 7px;
@ padding: .2em 0 0 12px;
@ border-left: 2px dotted #aaa;
},
{ ".filetree .subdir li",
"file tree lists items below subdir",
@ display: block;
@ margin: .2em 0;
@ padding: 0;
},
{ ".filetree a",
"file tree links",
@ margin-right: .5em;
},
{ ".filetree a:before",
"file tree link icons",
@ margin-right: 5px;
|
|
>
>
>
>
>
>
>
>
>
>
>
|
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
|
@ display: inline;
},
{ ".filetree .subdir ul",
"file tree lists below subdir",
@ display: block;
@ margin: 0 0 .5em 7px;
@ padding: .2em 0 0 12px;
@ border-left: 2px solid #ccc;
},
{ ".filetree .subdir li",
"file tree lists items below subdir",
@ position: relative;
@ display: block;
@ margin: .2em 0;
@ padding: 0;
},
{ ".filetree .subdir li:before",
"file tree horizontal lines connecting children to parent",
@ content: '';
@ position: absolute;
@ top: .5em;
@ left: -12px;
@ margin-top: 1px;
@ width: 10px;
@ border-top: 2px solid #ccc;
},
{ ".filetree a",
"file tree links",
@ margin-right: .5em;
},
{ ".filetree a:before",
"file tree link icons",
@ margin-right: 5px;
|