Commit 016a1705 by Kyle Fiedler

Made calc answer input whole width

parent 3939a84a
......@@ -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 {
......
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment