Commit 3c43f514 by Reda Lemeden

Merge with head

parents 1e4951dc d287a110
...@@ -71,6 +71,7 @@ div.header-wrapper { ...@@ -71,6 +71,7 @@ div.header-wrapper {
margin: 0; margin: 0;
padding: 0; padding: 0;
text-shadow: 0 -1px 0 darken($mit-red, 10%); text-shadow: 0 -1px 0 darken($mit-red, 10%);
max-height: 52px; //fix for firefox
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
......
...@@ -221,7 +221,6 @@ div#feedback_div{ ...@@ -221,7 +221,6 @@ div#feedback_div{
div#calculator_div { div#calculator_div {
max-width: 500px; max-width: 500px;
form { form {
padding-bottom: lh(); padding-bottom: lh();
margin-bottom: lh(); margin-bottom: lh();
...@@ -246,11 +245,12 @@ div#calculator_div { ...@@ -246,11 +245,12 @@ div#calculator_div {
input#calculator_output { input#calculator_output {
border: 0; border: 0;
background: 0; background: none;
padding: lh(.35); padding: lh(.35);
width: 60px;
font-size: 24px; font-size: 24px;
width: 378px;
font-weight: bold; font-weight: bold;
margin-top: 4px;
} }
} }
......
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