The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "MediaWiki:Jony.css"
(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 16:26, 2 November 2017
/* Make "Miscellaneous" in the sidebar a little smaller */
div#p-Miscellaneous h3 {font-size:0.9em;}