MediaWiki:Vector.css: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
Line 2: Line 2:


#siteNotice {
#siteNotice {
padding: 2px 0 0 0;
border-top: 2px solid #ccc;
border-bottom: 2px solid #ccc;
border-bottom: 2px solid #ccc;
background: #fff;
font-size: 75%;
font-size: 65%;
}
}

Revision as of 23:49, 5 February 2011

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

#siteNotice {
	border-bottom: 2px solid #ccc;
	font-size: 75%;
}