Difference between revisions of "MediaWiki:Common.css"
From BTGuard Wiki
Line 4: | Line 4: | ||
{ | { | ||
position:absolute; | position:absolute; | ||
− | right: | + | right:615px; |
− | width: | + | width:615px; |
} | } | ||
Line 17: | Line 17: | ||
.img | .img | ||
{ | { | ||
− | margin-left: | + | 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; }