Difference between revisions of "MediaWiki:Mobile.css"

From ICANNWiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the mobile site: .AOW { background:#466f81; color:#FFF; padding:.2em 0 .2em; font-style:bold; font-size:1.5em; }")
 
Line 3: Line 3:
 
background:#466f81;
 
background:#466f81;
 
color:#FFF;
 
color:#FFF;
padding:.2em 0 .2em;
+
padding:.2em 0 .2em .4em;
 
font-style:bold;
 
font-style:bold;
 
font-size:1.5em;
 
font-size:1.5em;
 
}
 
}

Revision as of 17:49, 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;
}