Merge pull request #301 from amiaopensource/css

replace tabs by spaces
This commit is contained in:
Ashley 2018-02-05 11:00:11 -05:00 committed by GitHub
commit 58aa0549ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -250,17 +250,17 @@ nav .heading {
.hiding {
opacity: 0;
height: 0;
height: 0;
overflow: hidden;
}
input {
position: absolute;
left: -999em
position: absolute;
left: -999em;
}
input[type=checkbox]:checked + div {
opacity: 1;
opacity: 1;
height: auto;
overflow: hidden;
transition: opacity .5s linear, height .5s linear;