Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* hide the help link behind Japanese words in the English wikipedia
 * (currently an questionmark) */
.t_nihongo_icon {display: none}


/* keep superscript and subscript text from breaking the line-spacing 
 * original code by http://en.wikipedia.org/wiki/User:Mzajac
 */
sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}
/* contributed by http://meta.wikimedia.org/wiki/User:TheMuuj 
 * http://en.wikipedia.org/wiki/User:TheMuuj 
 * highlights the text of the specific note you are looking for via the link 
 * ... at least in Firefox and Safari 
 */
ol.references > li:target {
 background-color: #fbf6ce;
}