The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "MediaWiki:Jony.css"
(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;
}
}