784
785
786
787
788
789
790
791
792
793
794
795
796
797
|
@ margin: 0;
@ padding: 0;
},
{ ".filetree li",
"tree-view list items",
@ display: inline;
},
{ ".filetree .subdir ul",
"tree-view lists below subdir",
@ position: relative;
@ display: block;
@ margin: 0 0 0 21px;
@ padding: 0;
},
|
>
>
>
|
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
|
@ margin: 0;
@ padding: 0;
},
{ ".filetree li",
"tree-view list items",
@ display: inline;
},
/* There is exactly one element with class="subdir". That element is
** the name of the directory specified by the "name=" query parameter,
** and the directory described by the text at the top of the page. */
{ ".filetree .subdir ul",
"tree-view lists below subdir",
@ position: relative;
@ display: block;
@ margin: 0 0 0 21px;
@ padding: 0;
},
|