From 74251f04dc439225526c0d49fcb25c295978d58c Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 25 Feb 2014 15:54:12 -0800 Subject: [PATCH] Adjust borders to account for housename removal --- css/app.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css/app.css b/css/app.css index f86de3fe0..2ee375ddf 100644 --- a/css/app.css +++ b/css/app.css @@ -1512,14 +1512,13 @@ input[type=number] { .form-field .addr-number { width: 33.3333%; - border-left: 0; - border-right: 0; - border-bottom: 0; + border: 0; border-radius: 0; } .form-field .addr-street { width: 66.6666%; + border-top: 0; border-right: 0; border-bottom: 0; border-radius: 0;