Fossil

Check-in [272b684d90]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Tweak styles.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | csstree
Files: files | file ages | folders
SHA1: 272b684d900e232f126bcd020875b7eee7ea0cbc
User & Date: joel 2014-01-05 04:18:15.141
Context
2014-01-05
21:43
Add horizontal lines connecting nodes to their parent directory. check-in: 19a8ce3732 user: joel tags: csstree
04:18
Tweak styles. check-in: 272b684d90 user: joel tags: csstree
00:40
Flatten the subdirectory ancestor links into a single line. check-in: 7dfc5cda7a user: joel tags: csstree
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/style.c.
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
813
814
815
816
817
818
    @   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=);
  },
  { ".filetree .dir > a:before",
    "file tree directory link icons",
    @   content: url(data:image/gif;base64,R0lGODlhEAAQAJEAAP/WVCIiIv\/\/\/wAAACH5BAEHAAIALAAAAAAQABAAAAInlI9pwa3XYniCgQtkrAFfLXkiFo1jaXpo+jUs6b5Z/K4siDu5RPUFADs=);
  },
  { "table.login_out",
    "table format for login/out label/input table",







<








|






>









>

|







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
813
814
815
816
817
818
819
    @   display: inline;
    @   padding: 0;
  },
  { ".filetree.root",
    "file tree root",
    @   display: block;
    @   list-style: none;

  },
  { ".filetree li",
    "file tree list items",
    @   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;
    @   line-height: 0;
    @   vertical-align: -3px;
    @   content: url(data:image/gif;base64,R0lGODlhEAAQAJEAAP\/\/\/yEhIf\/\/\/wAAACH5BAEHAAIALAAAAAAQABAAAAIvlIKpxqcfmgOUvoaqDSCxrEEfF14GqFXImJZsu73wepJzVMNxrtNTj3NATMKhpwAAOw==);
  },
  { ".filetree .dir > a:before",
    "file tree directory link icons",
    @   content: url(data:image/gif;base64,R0lGODlhEAAQAJEAAP/WVCIiIv\/\/\/wAAACH5BAEHAAIALAAAAAAQABAAAAInlI9pwa3XYniCgQtkrAFfLXkiFo1jaXpo+jUs6b5Z/K4siDu5RPUFADs=);
  },
  { "table.login_out",
    "table format for login/out label/input table",