MediaWiki:Common.css: Difference between revisions

From AIE Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .mainPageTableUL { background-image:url(http://wiki.aie-guild.org/images/3/37/AielogoOnClear.gif) }")
 
mNo edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


.mainPageTableUL { background-image:url(http://wiki.aie-guild.org/images/3/37/AielogoOnClear.gif)  }
.mainPageTableUL {  
  background-image:url(http://wiki.aie-guild.org/images/3/37/AielogoOnClear.gif)   
  background-repeat: no-repeat;
}

Revision as of 18:09, 27 January 2013

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

.mainPageTableUL { 
   background-image:url(http://wiki.aie-guild.org/images/3/37/AielogoOnClear.gif)  
   background-repeat: no-repeat;
}