ಟೆಂಪ್ಲೇಟು:Header/notes block/styles.css

ವಿಕಿಸೋರ್ಸ್ದಿಂದ
/* The overall notes container. */
.wst-header-notes {
	display: inline-block;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: hide;
	font-size: .9em;
	line-height: 1.4;
	margin: 0 auto 4px auto;
	width: 100%; 
}

/* Left-floated content. */
.wst-header-left {
	float: left;
}