Difference between revisions of "MediaWiki:Jony.css"

From The iPhone Wiki
Jump to: navigation, search
(Fix mobile "Miscellaneous" heading.)
(Undo revision 63901 by IAdam1n (talk))
Line 1: Line 1:
 
/* Make "Miscellaneous" in the sidebar a little smaller */
 
/* Make "Miscellaneous" in the sidebar a little smaller */
 
div#p-Miscellaneous h3 {font-size:0.9em;}
 
div#p-Miscellaneous h3 {font-size:0.9em;}
 
@media only screen and (max-device-width:600px) {
 
.ns-special div#p-Miscellaneous h3 {
 
font-size:0.9em;
 
}
 
}
 

Revision as of 16:26, 2 November 2017

/* Make "Miscellaneous" in the sidebar a little smaller */
div#p-Miscellaneous h3 {font-size:0.9em;}