MediaWiki:Mobile.css: Difference between revisions
Content deleted Content added
Johnrdorazio (talk | contribs) 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..." |
Johnrdorazio (talk | contribs) No edit summary |
||
Line 293:
.mobileonly {
display: initial;
}
.nomobile {
display: none;
}
|