Template:TTTboard/styles.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
table.tic-tac-toe {
	border-spacing: 0;
}
table.tic-tac-toe td {
	padding: 0;
}
table.tic-tac-toe tr:nth-of-type(n+2) td {
	border-top: solid 3px black;
}
table.tic-tac-toe tr td:nth-of-type(n+2) {
	border-left: solid 3px black;
}

/* [[Category:Template stylesheets]] */