Fossil SCM

Remove the LI discs from the /tree view, as discussed in [forum:915412fb926ffccb|forum post 915412fb926ffccb].

stephan 2024-07-28 22:21 trunk
Commit d84eef54be05c5ebe39657c48d792ec444b8262ac53d066d5aaa43c84e06e003
1 file changed +5
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -358,10 +358,15 @@
358358
}
359359
360360
.content ul:not(.browser) li {
361361
list-style-type: disc;
362362
}
363
+div.filetree ul li.dir,
364
+div.filetree ul li.subdir,
365
+div.filetree ul li.file{
366
+ list-style-type: none;
367
+}
363368
364369
.artifact > .content table,
365370
.dir > .content table,
366371
.doc > .content table {
367372
background-color: #f0f5f9;
368373
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button