Difference between revisions of "MediaWiki:Common.css"

From WebOS Internals
Jump to navigation Jump to search
(s)
(f)
Line 4: Line 4:
 
   overflow-x:auto;
 
   overflow-x:auto;
 
   font-size:100%;
 
   font-size:100%;
   font-family:"Lucida Console","FixedSys","Courier","Monospace";
+
   font-family:"Lucida Console",FixedSys,Courier,Monospace;
 
}
 
}
 
text.source-text
 
text.source-text
Line 10: Line 10:
 
   overflow-x:auto;
 
   overflow-x:auto;
 
   font-size:100%;
 
   font-size:100%;
   font-family:"Lucida Console","FixedSys","Courier","Monospace";
+
   font-family:"Lucida Console",FixedSys,Courier,Monospace;
 
}
 
}

Revision as of 07:16, 25 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;
}
text.source-text
{
  overflow-x:auto;
  font-size:100%;
  font-family:"Lucida Console",FixedSys,Courier,Monospace;
}