You are here

recipe_html.css in Recipe 7.2

* {
  margin: 0;
  padding: 0;
  font-size: 10pt;
  font-family: Times New Roman, Times, serif;
}

h2 {
  font-size: 12pt;
}

.recipe-section h2 {
	font-size: 10pt;
}

.recipe-section {
	margin-top: 2pt;
}

.recipe-instructions ol {
	margin-left: 20pt;
}

.field-type-ingredient-reference .quantity-unit {
  display: inline-block;
  width: 7em;
  letter-spacing: 1.5pt;
}

abbr {
	border-style: none;
}

.recipe-summary table td {
	padding: 0 10pt 0 0;
}

File

modules/recipe_html.css
View source
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. font-size: 10pt;
  5. font-family: Times New Roman, Times, serif;
  6. }
  7. h2 {
  8. font-size: 12pt;
  9. }
  10. .recipe-section h2 {
  11. font-size: 10pt;
  12. }
  13. .recipe-section {
  14. margin-top: 2pt;
  15. }
  16. .recipe-instructions ol {
  17. margin-left: 20pt;
  18. }
  19. .field-type-ingredient-reference .quantity-unit {
  20. display: inline-block;
  21. width: 7em;
  22. letter-spacing: 1.5pt;
  23. }
  24. abbr {
  25. border-style: none;
  26. }
  27. .recipe-summary table td {
  28. padding: 0 10pt 0 0;
  29. }