Difference between revisions of "MediaWiki:Mobile.css"

From Kiwix
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the mobile site: li { box-sizing: border-box; }")
(No difference)

Revision as of 17:31, 8 November 2015

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

li {
	box-sizing: border-box;
}