Difference between revisions of "MediaWiki:Mobile.css"

From University Innovation Fellows
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the mobile site: ._rstring .topbanner { margin-left: 0px !important;}")
 
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%; 
}