MediaWiki:Mobile.css: Difference between revisions

From Protospace Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the mobile site: .main-pagelinks { width: 100%; padding-right: 0px; }")
 
No edit summary
Line 3: Line 3:
.main-pagelinks {
.main-pagelinks {
width: 100%;
width: 100%;
padding-right: 0px;
margin-right: 0px;
}
}

Revision as of 00:23, 26 November 2015

/* CSS placed here will affect users of the mobile site */

.main-pagelinks {
	width: 100%;
	margin-right: 0px;
}