MediaWiki:Mobile.css: Difference between revisions

no edit summary
(Created page with "/** You are editing the global css file for all mobile site users. With Great Power Comes Great Responsibility. Some words of caution: * Avoid any changes which impact layout...")
 
No edit summary
Line 293: Line 293:
.mobileonly {
.mobileonly {
display: initial;
display: initial;
}
.nomobile {
display: none;
}
}