I meant to align the labels right.

This commit is contained in:
James Coleman 2016-03-28 23:19:31 -05:00
parent 872a281894
commit 88616d1e05

View File

@ -37,7 +37,9 @@ require("config.php");
color: #afafaf;
}
label.optionName {
width: 50pt;
width: 60pt;
display: inline-block;
text-align: right;
}
span.optionContainer {