Changes

no edit summary
Line 142: Line 142:  
     #p-cactions .menu li:nth-child(4),#p-cactions .menu li:nth-child(5),#p-cactions .menu li:nth-child(6),#p-cactions .menu li:nth-child(7),#p-cactions .menu li:nth-child(8),#p-cactions .menu li:nth-child(9) {
 
     #p-cactions .menu li:nth-child(4),#p-cactions .menu li:nth-child(5),#p-cactions .menu li:nth-child(6),#p-cactions .menu li:nth-child(7),#p-cactions .menu li:nth-child(8),#p-cactions .menu li:nth-child(9) {
 
         display:none !important
 
         display:none !important
 +
    }
 +
}
 +
 +
@media screen and (max-width: 350px){
 +
    #left-navigation #p-namespaces ul li:first-of-type a:first-of-type {
 +
        display: none !important;
 +
    }
 +
}
 +
 +
@media screen and (min-width: 351px){
 +
    #left-navigation #p-namespaces ul li:first-of-type a:last-of-type {
 +
        display: none !important;
 
     }
 
     }
 
}
 
}

Navigation menu