Line 11: | Line 11: | ||
/********************************* MENU ********************************/ | /********************************* MENU ********************************/ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/* Wrapper for the menu */ | /* Wrapper for the menu */ | ||
Line 89: | Line 76: | ||
list-style-type:none; | list-style-type:none; | ||
cursor:pointer; | cursor:pointer; | ||
− | -webkit-transition: all 0. | + | -webkit-transition: all 0.5s ease-in-out; |
− | -moz-transition: all 0. | + | -moz-transition: all 0.5s ease-in-out; |
− | -ms-transition: all 0. | + | -ms-transition: all 0.5s ease-in-out; |
− | - | + | transition: all 0.5s ease-in-out; |
} | } | ||
Revision as of 22:11, 11 August 2016