Difference between revisions of "User:Ilmari Karonen/common.css"

From NetHackWiki
Jump to navigation Jump to search
(test nicer ttyscreen styling using display: inline-block)
 
m (blank)
 
Line 1: Line 1:
/* test nicer ttyscreen styling using display: inline-block */
+
/* nothing */
 
 
/* reset conflicting current styles */
 
.ttyscreen, .ttymap,
 
.ttyscreen p, .ttymap p,
 
.ttyscreen span.nhsym, .ttymap span.nhsym {
 
  background: transparent;
 
  padding: 0;
 
  margin: 0;
 
  line-height: 100%;
 
}
 
 
 
/* and add the new styles */
 
div.ttyscreen, div.ttymap {
 
  background: black;
 
  display: inline-block;
 
}
 

Latest revision as of 12:26, 4 August 2012

/* nothing */