My program doesn't have bugs. It just develops random features.

Difference between revisions of "MediaWiki:Monobook.css"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Line 17: Line 17:
 
}
 
}
  
.highlighted-source, .highlighted-source p {
+
.highlighted-source {
 
   background-color:  #f9f9f9;
 
   background-color:  #f9f9f9;
 
   border:            1px dashed #2f6fab;
 
   border:            1px dashed #2f6fab;
 
   color:            black;
 
   color:            black;
  line-height:      1.1em;
 
 
   padding:          1em;
 
   padding:          1em;
 +
}
 +
 +
.highlighted-source, .highlighted-source * {
 +
  line-height:      1.1em;
 
}
 
}

Revision as of 01:00, 2 March 2008

/* CSS placed here will affect users of the Monobook skin */
#f-copyrightico {
  top: 8px;
}
 
#f-poweredbyico {
  top: -5px;
  margin-right: 0px;
}
 
#f-poweredbyico, #f-copyrightico {
  height: auto;
}
 
#footer {
  height: 40px;
}
 
.highlighted-source {
  background-color:  #f9f9f9;
  border:            1px dashed #2f6fab;
  color:             black;
  padding:           1em;
}
 
.highlighted-source, .highlighted-source * {
  line-height:       1.1em;
}