Fixed header bug and calculator bug in firefox

This commit is contained in:
Kyle Fiedler
2012-02-15 09:32:23 -05:00
parent b73755d8e9
commit de3fd877e5
2 changed files with 3 additions and 2 deletions

View File

@@ -71,6 +71,7 @@ div.header-wrapper {
margin: 0;
padding: 0;
text-shadow: 0 -1px 0 darken($mit-red, 10%);
max-height: 52px; //fix for firefox
-webkit-font-smoothing: antialiased;

View File

@@ -221,7 +221,6 @@ div#feedback_div{
div#calculator_div {
max-width: 500px;
form {
padding-bottom: lh();
margin-bottom: lh();
@@ -246,11 +245,12 @@ div#calculator_div {
input#calculator_output {
border: 0;
background: 0;
background: none;
padding: lh(.35);
width: 60px;
font-size: 24px;
font-weight: bold;
margin-top: 4px;
}
}