Commit 016a1705 by Kyle Fiedler

Made calc answer input whole width

parent 3939a84a
...@@ -758,8 +758,8 @@ div#calculator_div { ...@@ -758,8 +758,8 @@ div#calculator_div {
border: 0; border: 0;
background: none; background: none;
padding: 7.928px; padding: 7.928px;
width: 60px;
font-size: 24px; font-size: 24px;
width: 378px;
font-weight: bold; font-weight: bold;
margin-top: 4px; } margin-top: 4px; }
div#calculator_div dl dt { div#calculator_div dl dt {
......
...@@ -846,8 +846,8 @@ div#calculator_div { ...@@ -846,8 +846,8 @@ div#calculator_div {
border: 0; border: 0;
background: none; background: none;
padding: 9.061px; padding: 9.061px;
width: 60px;
font-size: 24px; font-size: 24px;
width: 378px;
font-weight: bold; font-weight: bold;
margin-top: 4px; } margin-top: 4px; }
div#calculator_div dl dt { 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