MediaWiki:Common.css: Difference between revisions

From tol2kit for kwan lab
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: #p-tb { display: none !important; }"
 
No edit summary
Line 3: Line 3:
#p-tb {  
#p-tb {  
     display: none !important;  
     display: none !important;  
}
#p-search {
    display: block !important;
}
}

Revision as of 16:29, 12 March 2025

/* CSS placed here will be applied to all skins */

#p-tb { 
    display: none !important; 
}

#p-search {
    display: block !important;
}