Difference between revisions of "MediaWiki:Common.css"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
 
}
 
}
 +
 +
.noautonum .tocnumber { display: none; }

Revision as of 10:36, 6 September 2014

/* 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;
}

.noautonum .tocnumber { display: none; }