Fossil SCM
Remove the LI discs from the /tree view, as discussed in [forum:915412fb926ffccb|forum post 915412fb926ffccb].
Commit
d84eef54be05c5ebe39657c48d792ec444b8262ac53d066d5aaa43c84e06e003
Parent
de7bf23a90ebdcf…
1 file changed
+5
| --- skins/default/css.txt | ||
| +++ skins/default/css.txt | ||
| @@ -358,10 +358,15 @@ | ||
| 358 | 358 | } |
| 359 | 359 | |
| 360 | 360 | .content ul:not(.browser) li { |
| 361 | 361 | list-style-type: disc; |
| 362 | 362 | } |
| 363 | +div.filetree ul li.dir, | |
| 364 | +div.filetree ul li.subdir, | |
| 365 | +div.filetree ul li.file{ | |
| 366 | + list-style-type: none; | |
| 367 | +} | |
| 363 | 368 | |
| 364 | 369 | .artifact > .content table, |
| 365 | 370 | .dir > .content table, |
| 366 | 371 | .doc > .content table { |
| 367 | 372 | background-color: #f0f5f9; |
| 368 | 373 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -358,10 +358,15 @@ | |
| 358 | } |
| 359 | |
| 360 | .content ul:not(.browser) li { |
| 361 | list-style-type: disc; |
| 362 | } |
| 363 | |
| 364 | .artifact > .content table, |
| 365 | .dir > .content table, |
| 366 | .doc > .content table { |
| 367 | background-color: #f0f5f9; |
| 368 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -358,10 +358,15 @@ | |
| 358 | } |
| 359 | |
| 360 | .content ul:not(.browser) li { |
| 361 | list-style-type: disc; |
| 362 | } |
| 363 | div.filetree ul li.dir, |
| 364 | div.filetree ul li.subdir, |
| 365 | div.filetree ul li.file{ |
| 366 | list-style-type: none; |
| 367 | } |
| 368 | |
| 369 | .artifact > .content table, |
| 370 | .dir > .content table, |
| 371 | .doc > .content table { |
| 372 | background-color: #f0f5f9; |
| 373 |