Template:NinaCombo/NinaComboStyle.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
.nina_combo_row {
min-height: 34px;
}
.nina_combo_row > div {
.nina_combo_row > div {
float: left;
float: left;
min-height: 34px;
}
}



Revision as of 22:36, 9 February 2021

.nina_combo_row {
	min-height: 34px;
}

.nina_combo_row > div {
	float: left;
}

.nina_combo_launcher {
    width: 100px;
	border:1px solid;
	padding:5px;
}

.nina_combo_combo {
	width: 500px;
	border: 1px solid;
	border-left: 0px;
	padding: 5px;
}

.nina_combo_damage {
	width: 100px;
	border: 1px solid;
	border-left: 0px;
	padding: 5px;
}

.nina_combo_notes {
	width: 150px;
	border: 1px solid;
	border-left: 0px;
	padding: 5px;
}