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 {
height: 0%;
transition: height 0.5s ease;
visibility: hidden;
transition: visibility 0.5s ease;
}
#navigation #toggle-section {
@ -113,7 +113,7 @@ header {
}
#toggle-section:checked + #menu-section {
height: 100%;
visibility: visible;
}
#bar #footer {