MediaWiki:Common.css: Difference between revisions

From Hackepedia
Jump to navigationJump to search
New page: CSS placed here will be applied to all skins: #burst-ads { right: 0; top: 0; } #content, #p-personal { padding-right: 140px; }
 
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#burst-ads { right: 0; top: 0; } #content, #p-personal { padding-right: 140px; }
 
#burst-ads {
    margin-right: -1em;
    float: right;
}

Latest revision as of 18:22, 29 January 2009

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

#burst-ads {
    margin-right: -1em;
    float: right;
}