Template:NinaCombo/NinaComboStyle.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
.nina_combo_table {
.nina_combo_table > th, .nina_combo_table > td  {
border: 1px solid black;
border: 1px solid black;
}
}

Revision as of 23:51, 9 February 2021

.nina_combo_table > th, .nina_combo_table > td  {
	border: 1px solid black;
}

.nina_combo_header {
	background-color: lightgray;
}

.nina_combo_launcher {
    width: 100px;
	padding:5px;
}

.nina_combo_combo {
	width: 500px;
	padding: 5px;
}

.nina_combo_damage {
	width: 100px;
	padding: 5px;
}

.nina_combo_notes {
	width: 215px;
	padding: 5px;
}


.clear:after {
    clear: both;
    content: "";
    display: table;
}