Difference between revisions of "MediaWiki:Mobile.css"
Jump to navigation
Jump to search
Ghanashyam (talk | contribs) (Created page with "→CSS placed here will affect users of the mobile site: ._rstring .topbanner { margin-left: 0px !important;}") |
Ghanashyam (talk | contribs) |
||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the mobile site */ | /* CSS placed here will affect users of the mobile site */ | ||
._rstring .topbanner { margin-left: 0px !important;} | ._rstring .topbanner { margin-left: 0px !important;} | ||
| + | |||
| + | ._rstring .content table { | ||
| + | margin: 0 0; | ||
| + | width: 100%; | ||
| + | } | ||
Revision as of 00:55, 11 August 2020
/* CSS placed here will affect users of the mobile site */
._rstring .topbanner { margin-left: 0px !important;}
._rstring .content table {
margin: 0 0;
width: 100%;
}