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

From NetHackWiki
Jump to navigation Jump to search
m (End logo-override test.)
(End testing.)
Line 1: Line 1:
/* HEADING TEST
+
/* empty */
* Put square brackets around titles */
 
h1.firstHeading:before {
 
  content: "[[";
 
}
 
 
 
h1.firstHeading:after {
 
  content: "]]";
 
}
 
 
 
/* PRE OVERFLOW TEST
 
* Scroll wide "pre" boxes */
 
pre {
 
  overflow: auto;
 
}
 

Revision as of 19:19, 10 May 2006

/* empty */