Difference between revisions of "User:Kernigh/monobook.css"

From NetHackWiki
Jump to navigation Jump to search
m (Revert to empty.)
(I do not know if this CSS will function.)
Line 1: Line 1:
/* empty */
+
/* <pre> */
 +
 
 +
/*
 +
* Lines with <ref> ... </ref> had been taller (at least in
 +
* Firefox and Konqueror). Make them look nicer.
 +
*/
 +
sup#reference {
 +
  vertical-align: text-top; /* not vertical-align: super; */
 +
  font-size: 0.7em;
 +
}
 +
 
 +
/* </pre> */

Revision as of 03:39, 3 September 2006

/* <pre> */

/*
 * Lines with <ref> ... </ref> had been taller (at least in
 * Firefox and Konqueror). Make them look nicer.
 */
sup#reference {
  vertical-align: text-top; /* not vertical-align: super; */
  font-size: 0.7em;
}

/* </pre> */