Skip to content

Commit 83b4632

Browse files
committed
Export css ninja tree: fight against Skeleton.
1 parent 35ab9c2 commit 83b4632

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

web/css-ninja-tree/css-ninja-tree.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ ol.tree
3939
cursor: pointer;
4040
display: block;
4141
padding-left: 24px;
42+
margin-bottom: 0;
43+
font-weight: normal;
44+
font-size: 100%;
4245
}
4346

4447
ol.tree li input:checked + ol
@@ -49,4 +52,9 @@ ol.tree
4952
height: auto;
5053
}
5154
ol.tree li input:checked + ol > li { display: block; margin: 0 0 0.125em; /* 2px */}
52-
ol.tree li input:checked + ol > li:last-child { margin: 0 0 0.063em; /* 1px */ }
55+
ol.tree li input:checked + ol > li:last-child { margin: 0 0 0.063em; /* 1px */ }
56+
57+
/* Because of Skeleton */
58+
.tree ul ul, ul ol, ol ol, ol ul {
59+
font-size: 100%;
60+
}

0 commit comments

Comments
 (0)