Difference between revisions of "MediaWiki:Mobile.css"

From Kiwix
Jump to navigation Jump to search
Tags: Mobile edit Mobile web edit
Line 1: Line 1:
/* CSS placed here will affect users of the mobile site */
/* CSS placed here will affect users of the mobile site */


.download_button li {
.download_button {
box-sizing: content-box;
box-sizing: content-box;
}
}

Revision as of 18:14, 8 November 2015

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

.download_button {
	box-sizing: content-box;
}