1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 08:25:19 +03:00

hide the empty nodes

This commit is contained in:
joshvera 2015-11-03 10:48:01 -05:00
parent 78ba276948
commit 86e1e8ae8b

View File

@ -31,6 +31,7 @@
} }
.invisible { .invisible {
background-color: #fff; background-color: #fff;
visibility: hidden;
} }
.diff div, .diff ul, .diff li, .diff dl, .diff dd, .diff span { .diff div, .diff ul, .diff li, .diff dl, .diff dd, .diff span {