Difference between revisions of "MediaWiki:Jony.css"

From The iPhone Wiki
Jump to: navigation, search
(Fix mobile "Miscellaneous" heading.)
m (minor tweak to font size of model number on key pages)
 
(6 intermediate revisions by 2 users not shown)
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; }
   
  +
td.nobborderplz { border-bottom: 0px !important; }
@media only screen and (max-device-width:600px) {
 
  +
.ns-special div#p-Miscellaneous h3 {
 
font-size:0.9em;
+
.keypage-model { font-size: 80%; }
}
 
}
 

Latest revision as of 15:45, 24 April 2018

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

td.nobborderplz { border-bottom: 0px !important; }

.keypage-model { font-size: 80%; }