Difference between revisions of "MediaWiki:Common.css"

From BTGuard Wiki
Jump to: navigation, search
Line 4: Line 4:
 
pre, .mw-code, #container
 
pre, .mw-code, #container
 
{
 
{
width:1024px;
+
width:800px;
 
background-color: white;
 
background-color: white;
 
border: none;
 
border: none;

Revision as of 17:35, 18 April 2013

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


pre, .mw-code, #container
{
width:800px;
background-color: white;
border: none;
}


.left-content
{

right:620px;
width:620px;

}

.right-content
{

float:right;
width:300px;
}


.img
{
margin-left:50px;
margin-top:25px;
margin-bottom:25px;
}