Breaking stuff still...

This commit is contained in:
Bill Nibz 2015-02-23 22:42:03 -05:00
parent 48a965cf15
commit 5915f62988

View file

@ -104,8 +104,8 @@ header {
} }
#menu-selection { #menu-selection {
height: 0%; visibility: hidden;
transition: height 0.5s ease; transition: visibility 0.5s ease;
} }
#navigation #toggle-section { #navigation #toggle-section {
@ -113,7 +113,7 @@ header {
} }
#toggle-section:checked + #menu-section { #toggle-section:checked + #menu-section {
height: 100%; visibility: visible;
} }
#bar #footer { #bar #footer {