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

From NetHackWiki
Jump to navigation Jump to search
(End testing.)
m (Disable this.)
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* empty */
+
/* <pre> */
 +
 
 +
/*
 +
* Lines with <ref> ... </ref> had been taller (at least in
 +
* Firefox and Konqueror). Make them look nicer. FIXME does not work.
 +
sup.reference {
 +
  vertical-align: baseline;
 +
  position: relative;
 +
  bottom: 0.5em;
 +
  font-size: 0.5em;
 +
}
 +
*/
 +
 
 +
/* </pre> */

Latest revision as of 17:20, 19 September 2006

/* <pre> */

/*
 * Lines with <ref> ... </ref> had been taller (at least in
 * Firefox and Konqueror). Make them look nicer. FIXME does not work.
sup.reference {
  vertical-align: baseline;
  position: relative;
  bottom: 0.5em;
  font-size: 0.5em;
}
 */

/* </pre> */