MediaWiki:Mobile.css: Difference between revisions

From Protospace Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


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

Latest revision as of 00:27, 26 November 2015

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

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