User:Master/common.css: Difference between revisions

From RayWiki, the Rayman wiki
Jump to navigation Jump to search
Master (talk | contribs)
m Replaced content with "change the logo: #p-logo a { background: url(http://raymanpc.com/wiki/script-en/images/f/f7/RaywikiLogo.png) 35% 50% no-repeat !important; }"
Master (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* change the logo */
/* change the logo */
#p-logo a { background: url(http://raymanpc.com/wiki/script-en/images/f/f7/RaywikiLogo.png) 35% 50% no-repeat !important; }
#p-logo a { background-image: url("http://raymanpc.com/wiki/script-en/images/f/f7/RaywikiLogo.png") !important; }

Latest revision as of 22:39, 27 May 2014

/* change the logo */
#p-logo a { background-image: url("http://raymanpc.com/wiki/script-en/images/f/f7/RaywikiLogo.png") !important; }