Fossil

Diff
Login

Differences From Artifact [c1efe269f8]:

To Artifact [05fe9a398b]:


770
771
772
773
774
775
776
777

778




779
780
781
782
783





784
785
786









787
788
789
790
791
792
793
  { "ul.browser",
    "format for the list in the file browser",
    @   margin-left: 0.5em;
    @   padding-left: 0.5em;
    @   white-space: nowrap;
  },
  { ".filetree",
    "file tree",

    @   padding: 0;




    @   list-style: none;
    @   line-height: 1.3;
  },
  { ".filetree ul",
    "file tree subdirectory lists",





    @   margin: 0 0 .4em 7px;
    @   padding: .2em 0 0 12px;
    @   border-left: 2px dotted #aaa;









  },
  { ".filetree a:before",
    "file tree link icons",
    @   margin-right: 5px;
    @   vertical-align: -3px;
    @   content: url(data:image/gif;base64,R0lGODlhDQAQAJEAAP\/\/\/yIiIv\/\/\/wAAACH5BAEHAAIALAAAAAANABAAAAIhjI+iyLYBYmTCyAnZBc3eDm0SIo5HiXklibLr2cIvSNMFADs=);
  },







|
>

>
>
>
>



|
|
>
>
>
>
>



>
>
>
>
>
>
>
>
>







770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
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
  { "ul.browser",
    "format for the list in the file browser",
    @   margin-left: 0.5em;
    @   padding-left: 0.5em;
    @   white-space: nowrap;
  },
  { ".filetree",
    "file tree root and branch lists",
    @   display: inline;
    @   padding: 0;
  },
  { ".filetree.root",
    "file tree root",
    @   display: block;
    @   list-style: none;
    @   line-height: 1.3;
  },
  { ".filetree li",
    "file tree list items",
    @   display: inline;
  },
  { ".filetree .subdir ul",
    "file tree lists below subdir",
    @   display: block;
    @   margin: 0 0 .4em 7px;
    @   padding: .2em 0 0 12px;
    @   border-left: 2px dotted #aaa;
  },
  { ".filetree .subdir li",
    "file tree lists items below subdir",
    @   display: block;
    @   padding: 0;
  },
  { ".filetree a",
    "file tree links",
    @   margin-right: .5em;
  },
  { ".filetree a:before",
    "file tree link icons",
    @   margin-right: 5px;
    @   vertical-align: -3px;
    @   content: url(data:image/gif;base64,R0lGODlhDQAQAJEAAP\/\/\/yIiIv\/\/\/wAAACH5BAEHAAIALAAAAAANABAAAAIhjI+iyLYBYmTCyAnZBc3eDm0SIo5HiXklibLr2cIvSNMFADs=);
  },