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

From NetHackWiki
Jump to navigation Jump to search
(I do not know if this CSS will function.)
Line 8: Line 8:
 
   vertical-align: text-top; /* not vertical-align: super; */
 
   vertical-align: text-top; /* not vertical-align: super; */
 
   font-size: 0.7em;
 
   font-size: 0.7em;
 +
  background-color: cyan; /* TEST */
 
}
 
}
  
 
/* </pre> */
 
/* </pre> */

Revision as of 03:40, 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;
  background-color: cyan; /* TEST */
}

/* </pre> */