Changes

Jump to navigation Jump to search
100 bytes added ,  16:54, 29 September 2016
no edit summary
Line 1: Line 1:  
/* CSS placed here will affect users of the mobile site */
 
/* CSS placed here will affect users of the mobile site */
 +
 +
/* Fix unbulleted/plain lists */
 +
.plainlist ul {
 +
    list-style: none none;
 +
    margin:0;
 +
}
 +
 +
/*
    
.mw-geshi pre {
 
.mw-geshi pre {
Line 155: Line 163:  
display:block
 
display:block
 
}
 
}
 +
*/

Navigation menu