110
edits
As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com. |
Changes
Created page with "→CSS placed here will affect users of the mobile site: .mobileonly{ display:inherit!important; } .desktoponly{ display:none!important; }"
/* CSS placed here will affect users of the mobile site */
.mobileonly{
display:inherit!important;
}
.desktoponly{
display:none!important;
}
.mobileonly{
display:inherit!important;
}
.desktoponly{
display:none!important;
}