Skip to content

Commit

Permalink
Marissa's changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stephensm authored and stephensm committed Aug 12, 2013
2 parents c25aed5 + 26d88ef commit 988205d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
7 changes: 0 additions & 7 deletions home-screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,4 @@

.modal-footer{
text-align:center !important;
}

.recipe-input{
max-height:300;
max-width:300;
width: 300 !important;
height: 300 !important;
}
9 changes: 8 additions & 1 deletion perfectSteak.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ input[type="radio"].toggle-right + label {
width: 200px !important;
}

.table-container{
.displayDiv{
overflow-x: auto;
overflow-y: auto;
width:100%;
Expand Down Expand Up @@ -164,3 +164,10 @@ input[type="text"] {
margin:0px !important;
position: relative !important;
}

#recipeInput{
max-height:300;
max-width:300;
width: 150 !important;
height: 150 !important;
}
1 change: 0 additions & 1 deletion sample.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ var calculate=function(data,steak,meatType,first,totalTime,mode){
}
else{
var sampledata=Thedata.allMaxTemps.slice(1,Thedata.allMaxTemps.length);
console.log(sampledata);

for(var i=0;i<sampledata.length;i++)
{
Expand Down

0 comments on commit 988205d

Please sign in to comment.