Fossil SCM
Correct a CSS selector in skins/default/css.txt which was causing the LI elements of sub-lists to have the wrong display type.
Commit
eb42f59fc0336fd55329e82fb3a06367252f36aee3d80f02119b8fc232962050
Parent
871b51465130100…
1 file changed
+2
-1
+2
-1
| --- skins/default/css.txt | ||
| +++ skins/default/css.txt | ||
| @@ -356,13 +356,14 @@ | ||
| 356 | 356 | .content pre, table.numbered-lines > tbody > tr { |
| 357 | 357 | hyphens: none; |
| 358 | 358 | line-height: 1.25; |
| 359 | 359 | } |
| 360 | 360 | |
| 361 | -.content ul:not(.browser) li { | |
| 361 | +.content ul:not(.browser) > li { | |
| 362 | 362 | list-style-type: disc; |
| 363 | 363 | } |
| 364 | + | |
| 364 | 365 | div.filetree ul li.dir, |
| 365 | 366 | div.filetree ul li.subdir, |
| 366 | 367 | div.filetree ul li.file{ |
| 367 | 368 | list-style-type: none; |
| 368 | 369 | } |
| 369 | 370 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -356,13 +356,14 @@ | |
| 356 | .content pre, table.numbered-lines > tbody > tr { |
| 357 | hyphens: none; |
| 358 | line-height: 1.25; |
| 359 | } |
| 360 | |
| 361 | .content ul:not(.browser) li { |
| 362 | list-style-type: disc; |
| 363 | } |
| 364 | div.filetree ul li.dir, |
| 365 | div.filetree ul li.subdir, |
| 366 | div.filetree ul li.file{ |
| 367 | list-style-type: none; |
| 368 | } |
| 369 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -356,13 +356,14 @@ | |
| 356 | .content pre, table.numbered-lines > tbody > tr { |
| 357 | hyphens: none; |
| 358 | line-height: 1.25; |
| 359 | } |
| 360 | |
| 361 | .content ul:not(.browser) > li { |
| 362 | list-style-type: disc; |
| 363 | } |
| 364 | |
| 365 | div.filetree ul li.dir, |
| 366 | div.filetree ul li.subdir, |
| 367 | div.filetree ul li.file{ |
| 368 | list-style-type: none; |
| 369 | } |
| 370 |