Difference between revisions of "MediaWiki:Common.css"

From DISCO4.COM Knowledge Base
Jump to: navigation, search
(New page: * CSS placed here will be applied to all skins: #bodyContent { font-size:85%; })
 
Line 4: Line 4:
 
{
 
{
 
font-size:85%;
 
font-size:85%;
 +
line-height:1.2em;
 
}
 
}

Revision as of 18:39, 7 October 2011

/** CSS placed here will be applied to all skins */

#bodyContent
{
font-size:85%;
line-height:1.2em;
}