MediaWiki:Vector.css: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: #siteNotice { font-size: small; }")
 
No edit summary
Line 2: Line 2:


#siteNotice {
#siteNotice {
font-size: small;
font-size: smaller;
}
}

Revision as of 23:45, 5 February 2011

/* CSS placed here will affect users of the Vector skin */

#siteNotice {
	font-size: smaller;
}