Fossil

Check-in [331185fa0d]
Login

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

Overview
Comment:Minor CSS changes
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | csstree
Files: files | file ages | folders
SHA1: 331185fa0d41ae53fe98782baa0afd3f41f2044c
User & Date: joel 2014-01-03 08:42:37.985
Context
2014-01-04
20:24
Add filetype-specific classes to LI elements. ... (check-in: 1ec615248e user: joel tags: csstree)
2014-01-03
08:42
Minor CSS changes ... (check-in: 331185fa0d user: joel tags: csstree)
2014-01-02
18:50
Fix incorrect insertion of closing UL tags. ... (check-in: 417d18082b user: joel tags: csstree)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/style.c.
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
    "format for the list in the file browser",
    @   margin-left: 0.5em;
    @   padding-left: 0.5em;
    @   white-space: nowrap;
  },
  { ".filetree",
    "file tree",
    @   padding-left: 0;
    @   list-style: none;
  },
  {
    ".filetree li",
    "file tree list items",
    @   margin: .2em 0;
  },
  { ".filetree ul",
    "file tree subdirectory lists",
    @   margin-left: 7px;
    @   padding-left: 12px;
    @   border-left: 2px dotted #aaa;
  },
  {
    ".filetree a:before",
    "file tree link icons",
    @   margin-right: 5px;
    @   vertical-align: middle;
  },
  { ".filetree .dir > a:before",
    "file tree directory link icons",
    @   content: url(data:image/gif;base64,R0lGODlhEAAQAJEAAP/WVCIiIv\/\/\/wAAACH5BAEHAAIALAAAAAAQABAAAAInlI9pwa3XYniCgQtkrAFfLXkiFo1jaXpo+jUs6b5Z/K4siDu5RPUFADs=);
  },
  { ".filetree .file > a:before",
    "file tree file link icons",







|

<
<
<
<
|



|
|


<
|


|







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
    "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;
  },
  { ".filetree .dir > a:before",
    "file tree directory link icons",
    @   content: url(data:image/gif;base64,R0lGODlhEAAQAJEAAP/WVCIiIv\/\/\/wAAACH5BAEHAAIALAAAAAAQABAAAAInlI9pwa3XYniCgQtkrAFfLXkiFo1jaXpo+jUs6b5Z/K4siDu5RPUFADs=);
  },
  { ".filetree .file > a:before",
    "file tree file link icons",