Difference between revisions of "MediaWiki:Common.css"

From WebOS Internals
Jump to navigation Jump to search
m (pre overflow issue)
 
m
Line 2: Line 2:
 
pre
 
pre
 
{
 
{
   overflow-x:scroll;
+
   overflow-x:auto;
 
}
 
}

Revision as of 21:38, 20 July 2009

/** CSS placed here will be applied to all skins */
pre
{
  overflow-x:auto;
}