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
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 { right: 0; top: 0; float: right;}  
#content,  
#p-personal { padding-right: 140px;}

Revision as of 17:53, 29 January 2009

/* CSS placed here will be applied to all skins */
#burst-ads { right: 0; top: 0; float: right;} 
#content, 
#p-personal { padding-right: 140px;}