You are here

recipe_ingredient_index.css in Recipe 6

/*
 */

.recipe-ingredient-alpha {
  font-weight: bold;
  margin: 20px;
}

.recipe-ingredient-list legend {
  font-weight: bold;
}

.recipe-ingredient-nodes .box {
  margin: 20px;
}

File

recipe_ingredient_index.css
View source
  1. /*
  2. */
  3. .recipe-ingredient-alpha {
  4. font-weight: bold;
  5. margin: 20px;
  6. }
  7. .recipe-ingredient-list legend {
  8. font-weight: bold;
  9. }
  10. .recipe-ingredient-nodes .box {
  11. margin: 20px;
  12. }