Difference between revisions of "MediaWiki:Jony.css"

From The iPhone Wiki
Jump to: navigation, search
(Not sure what this fixed now. Trying to see if I can find out.)
(Fix mobile "Miscellaneous" heading.)
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 15:27, 2 November 2017

/* Make "Miscellaneous" in the sidebar a little smaller */
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;
    }
}