Difference between revisions of "MediaWiki:Common.css"

From WebOS Internals
Jump to navigation Jump to search
(fixing that thing)
(fix new syntax highlighter change)
Line 5: Line 5:
 
   font-size:100%;
 
   font-size:100%;
 
   font-family:"Lucida Console",FixedSys,Courier,Monospace;
 
   font-family:"Lucida Console",FixedSys,Courier,Monospace;
 +
  margin:0; /* fix the new highlighter changes */
 
}
 
}
 
text.source-text
 
text.source-text

Revision as of 03:53, 28 July 2009

/** CSS placed here will be applied to all skins */
pre
{
  overflow-x:auto;
  font-size:100%;
  font-family:"Lucida Console",FixedSys,Courier,Monospace;
  margin:0; /* fix the new highlighter changes */
}
text.source-text
{
  overflow-x:auto;
  font-size:100%;
  font-family:"Lucida Console",FixedSys,Courier,Monospace;
}
div.source-text
{
  border:1px solid #d4d4d4;
  overflow-x:auto;
  font-size:100%;
  font-family:"Lucida Console",FixedSys,Courier,Monospace;
}