From 016a1705c9ada70b45c80f7a56b60383735e3b09 Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Wed, 15 Feb 2012 10:08:36 -0500 Subject: [PATCH] Made calc answer input whole width --- css/application.css | 2 +- css/marketing.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/application.css b/css/application.css index fff7638ac8..b923895299 100644 --- a/css/application.css +++ b/css/application.css @@ -758,8 +758,8 @@ div#calculator_div { border: 0; background: none; padding: 7.928px; - width: 60px; font-size: 24px; + width: 378px; font-weight: bold; margin-top: 4px; } div#calculator_div dl dt { diff --git a/css/marketing.css b/css/marketing.css index 80519d9e8d..67ef007c27 100644 --- a/css/marketing.css +++ b/css/marketing.css @@ -846,8 +846,8 @@ div#calculator_div { border: 0; background: none; padding: 9.061px; - width: 60px; font-size: 24px; + width: 378px; font-weight: bold; margin-top: 4px; } div#calculator_div dl dt {