Template:Vocabulary lists/styles.css: Difference between revisions

From The Languages of David J. Peterson
Jump to navigation Jump to search
(Created page with ".vocabulary-lists-title { background: lavender; padding: 3px 0; } .vocabulary-lists th, .vocabulary-lists tr { text-align: center; }")
 
No edit summary
 
Line 7: Line 7:
.vocabulary-lists tr {
.vocabulary-lists tr {
text-align: center;
text-align: center;
}
.vocabulary-lists {
margin-left: auto;
margin-right: auto;
}
}

Latest revision as of 23:29, 29 April 2024

.vocabulary-lists-title {
	background: lavender;
	padding: 3px 0;
}

.vocabulary-lists th,
.vocabulary-lists tr {
	text-align: center;
}

.vocabulary-lists {
	margin-left: auto;
	margin-right: auto;
}