From 898d3bf8555dfedc7455b443d5333de326567ecd Mon Sep 17 00:00:00 2001 From: Chaoyi Zha Date: Tue, 27 Oct 2015 20:14:59 -0400 Subject: [PATCH] move password change input boxes onto two different lines --- css/main.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 8ba8649..b15ab59 100644 --- a/css/main.css +++ b/css/main.css @@ -30,4 +30,8 @@ table { } .inline { display: inline; -} \ No newline at end of file +} +.passwbox { + width: 200px; + margin-bottom: 20px; +}