MediaWiki:Mobile.css: Difference between revisions

m
Hiding two more tabs
No edit summary
Tags: Mobile edit Mobile web edit
m (Hiding two more tabs)
 
Line 1: Line 1:
/* CSS placed here will affect users of the mobile site */
/* CSS placed here will affect users of the mobile site */
#ca-history {
#ca-history {
    display: none;
}
#ca-view {
    display: none;
}
#ca-viewsource {
     display: none;
     display: none;
}
}