Skip to content

Commit

Permalink
Merge pull request #345 from wi1d5ky/checkbox
Browse files Browse the repository at this point in the history
Remove redundant checkbox
  • Loading branch information
appleboy committed Dec 30, 2015
2 parents b9597b7 + 35519da commit 746ac7e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions firefox/index.shtml
Expand Up @@ -28,6 +28,9 @@
.download-button-small .download-link .download-lang{
top: 22px;
}
#menu-toggle {
display: none;
}
nav.menu-bar {
clear: both;
text-align: center;
Expand Down Expand Up @@ -153,13 +156,11 @@
nav.menu-bar div label {
font-size:27px;
display: block;
cursor: pointer;
}
nav.menu-bar ul {
display: none;
}
#menu-toggle {
display: none;
}
#menu-toggle:checked + ul{
display: block;
}
Expand Down

0 comments on commit 746ac7e

Please sign in to comment.