Changes

Jump to navigation Jump to search
no edit summary
Line 341: Line 341:  
     margin-bottom: 1em;
 
     margin-bottom: 1em;
 
}
 
}
 +
 +
    
.wikitable {
 
.wikitable {
Line 855: Line 857:  
content: " (" counter(listitem) "\a0";
 
content: " (" counter(listitem) "\a0";
 
}
 
}
 +
@media only screen and (max-width: 900px) {
 +
.client-js .collapsible-block.open-block {
 +
    /* display: block; */
 +
    display: inline-flex;
 +
    flex-direction: column-reverse;
 +
}}
    +
.client-js .collapsible-block.open-block {
 +
display: block;
 +
}
    
/* Normal font styling for wikitable row headers with scope="row" tag */
 
/* Normal font styling for wikitable row headers with scope="row" tag */

Navigation menu