Changes

Jump to navigation Jump to search
157 bytes added ,  19:47, 24 August 2020
no edit summary
/* CSS placed here will affect users of the mobile site */
/*hide mobile collapsible button*/
.mw-ui-icon {
min-height: 0em;
}
/*disable javascript function by making display:block always, so content is expanded.*/
.client-js .collapsible-block {
display: block;
}
 
/* general styling code below */

Navigation menu