MediaWiki:Mobile.css

From Windbird wiki
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the mobile site: .wb_btn { background-color: #eee; border: 2px #ccc solid; padding: 15px; font-weight: bold; font-size: 120%; }")
(No difference)

Revision as of 20:18, 5 October 2023

/* All CSS here will be loaded for users of the mobile site */

.wb_btn {
	background-color: #eee;
	border: 2px #ccc solid;
	padding: 15px;
	font-weight: bold;
	font-size: 120%;
}