Fix missed references to IMFS in CSS instead of VFS

This commit is contained in:
Lucien Greathouse
2019-10-18 15:37:38 -07:00
parent 44c94da2d8
commit 457ed05174
2 changed files with 6 additions and 6 deletions

View File

@@ -154,15 +154,15 @@ img {
display: none;
}
.imfs-entry {
.vfs-entry {
}
.imfs-entry-name {
.vfs-entry-name {
position: relative;
font-family: monospace;
}
.imfs-entry-children .imfs-entry-name::before {
.vfs-entry-children .vfs-entry-name::before {
content: "";
width: 0.6em;
height: 1px;
@@ -172,11 +172,11 @@ img {
left: -0.8em;
}
.imfs-entry-note {
.vfs-entry-note {
font-style: italic;
}
.imfs-entry-children {
.vfs-entry-children {
padding-left: 0.8em;
margin-left: 0.2em;
border-left: 1px solid #999;