Made calc answer input whole width

This commit is contained in:
Kyle Fiedler
2012-02-15 10:08:14 -05:00
parent de3fd877e5
commit d287a110f8

View File

@@ -247,8 +247,8 @@ div#calculator_div {
border: 0;
background: none;
padding: lh(.35);
width: 60px;
font-size: 24px;
width: 378px;
font-weight: bold;
margin-top: 4px;
}