|
|
@@ -86,11 +86,11 @@
|
|
|
<div id="nameRecipesStrand" class="container">
|
|
|
<h1>Name your recipes</h1>
|
|
|
|
|
|
- <button onclick="nameRecipesObj.addNameField()">Add Recipe</button>
|
|
|
+ <button class="button" onclick="nameRecipesObj.addNameField()">Add Recipe</button>
|
|
|
|
|
|
<div id="nameList"></div>
|
|
|
|
|
|
- <button onclick="nameRecipesObj.submit()">Submit</button>
|
|
|
+ <button class="button" onclick="nameRecipesObj.submit()">Submit</button>
|
|
|
</div>
|
|
|
|
|
|
<div id="createRecipesStrand" class="container">
|