From 88616d1e052fc707cb28782c56c5dfe36cf32131 Mon Sep 17 00:00:00 2001 From: James Coleman Date: Mon, 28 Mar 2016 23:19:31 -0500 Subject: [PATCH] I meant to align the labels right. --- index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 6934aa2..85f865e 100644 --- a/index.php +++ b/index.php @@ -37,7 +37,9 @@ require("config.php"); color: #afafaf; } label.optionName { - width: 50pt; + width: 60pt; + display: inline-block; + text-align: right; } span.optionContainer {