Difference between revisions of "MediaWiki:Common.css"

From BTGuard Wiki
Jump to: navigation, search
Line 4: Line 4:
 
{
 
{
 
position:absolute;
 
position:absolute;
right:620px;
+
right:615px;
width:620px;
+
width:615px;
 
}
 
}
  
Line 17: Line 17:
 
.img
 
.img
 
{
 
{
margin-left:100px;
+
margin-left:50px;
 
margin-top:25px;
 
margin-top:25px;
 
margin-bottom:25px;
 
margin-bottom:25px;
 
}
 
}

Revision as of 17:00, 18 April 2013

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

.left
{
position:absolute;
right:615px;
width:615px;
}

.right
{
position:absolute;
right:0px;
width:300px;
}

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