Difference between revisions of "MediaWiki:Common.css"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
width: 20px;
 
width: 20px;
 
height: 28px;
 
height: 28px;
background-image: url('http://www.ffhacktics.com/font.png');
+
background-image: url('/font.png');
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
 
}
 
}

Revision as of 18:47, 16 March 2012

/* CSS placed here will be applied to all skins */
.fftfont
{
	display: block;
	width: 20px;
	height: 28px;
	background-image: url('/font.png');
	background-repeat: no-repeat;
}