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

From NetHackWiki
Jump to navigation Jump to search
m (Disable this.)
 
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
/*
 
/*
 
  * Lines with <ref> ... </ref> had been taller (at least in
 
  * Lines with <ref> ... </ref> had been taller (at least in
  * Firefox and Konqueror). Make them look nicer.
+
  * 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;
 +
}
 
  */
 
  */
sup#reference {
 
  vertical-align: text-top; /* not vertical-align: super; */
 
  font-size: 0.7em;
 
  background-color: cyan; /* TEST */
 
}
 
  
 
/* </pre> */
 
/* </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> */