Difference between revisions of "MediaWiki:Mobile.css"

From ICANNWiki
Jump to navigation Jump to search
Line 12: Line 12:
 
background:#d8dfe8;
 
background:#d8dfe8;
 
border:none;
 
border:none;
padding:0 0 -1em 0;
+
padding:0 0 0 0;
margin:0 0 -1em 0;
+
margin:0 0 0 0;
 
}
 
}

Revision as of 18:29, 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;
	border:none;
	padding:0 0 0 0;
	margin:0 0 0 0;
	}