Difference between revisions of "MediaWiki:Mobile.css"

From ICANNWiki
Jump to navigation Jump to search
Line 12: Line 12:
 
background:#d8dfe8;
 
background:#d8dfe8;
 
}
 
}
 +
.MissingLinks {
 +
width:100%;
 +
}

Revision as of 21:25, 25 August 2015

/* CSS placed here will affect users of the mobile site */
.AOW {
	background:#466f81;
	color:#FFF;
	padding:.2em 0 .2em .4em;
	font-style:bold;
	font-size:1.5em;
}
.WelcomeBox {
	height:8em;
	width:100%;
	background:#d8dfe8;
	}
.MissingLinks {
	width:100%;
}