Fossil SCM
Add extra space between lines of the file-list in a timeline.
Commit
c68c68d9d10947445b0f685ee4c46b6ed55b7fa5
Parent
8cf976d24689ae9…
1 file changed
+4
+4
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -1108,10 +1108,14 @@ | ||
| 1108 | 1108 | { "ul.filelist", |
| 1109 | 1109 | "List of files in a timeline", |
| 1110 | 1110 | @ margin-top: 3px; |
| 1111 | 1111 | @ line-height: 100%; |
| 1112 | 1112 | }, |
| 1113 | + { "ul.filelist li", | |
| 1114 | + "List of files in a timeline", | |
| 1115 | + @ padding-top: 1px; | |
| 1116 | + }, | |
| 1113 | 1117 | { "table.sbsdiffcols", |
| 1114 | 1118 | "side-by-side diff display (column-based)", |
| 1115 | 1119 | @ width: 90%; |
| 1116 | 1120 | @ border-spacing: 0; |
| 1117 | 1121 | @ font-size: xx-small; |
| 1118 | 1122 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -1108,10 +1108,14 @@ | |
| 1108 | { "ul.filelist", |
| 1109 | "List of files in a timeline", |
| 1110 | @ margin-top: 3px; |
| 1111 | @ line-height: 100%; |
| 1112 | }, |
| 1113 | { "table.sbsdiffcols", |
| 1114 | "side-by-side diff display (column-based)", |
| 1115 | @ width: 90%; |
| 1116 | @ border-spacing: 0; |
| 1117 | @ font-size: xx-small; |
| 1118 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -1108,10 +1108,14 @@ | |
| 1108 | { "ul.filelist", |
| 1109 | "List of files in a timeline", |
| 1110 | @ margin-top: 3px; |
| 1111 | @ line-height: 100%; |
| 1112 | }, |
| 1113 | { "ul.filelist li", |
| 1114 | "List of files in a timeline", |
| 1115 | @ padding-top: 1px; |
| 1116 | }, |
| 1117 | { "table.sbsdiffcols", |
| 1118 | "side-by-side diff display (column-based)", |
| 1119 | @ width: 90%; |
| 1120 | @ border-spacing: 0; |
| 1121 | @ font-size: xx-small; |
| 1122 |