Difference between revisions of "MediaWiki:Common.css"

From Digital Foundations
Line 4: Line 4:
 
#content{
 
#content{
 
max-width: 1000px;
 
max-width: 1000px;
 +
}
 +
 +
#p-logo{
 +
margin-top: 5px;
 
}
 
}

Revision as of 08:39, 24 January 2013

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


#content{
max-width: 1000px;
}

#p-logo{
margin-top: 5px;
}