You are here

recipe_html.css in Recipe 7

* {
  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-ingredients {
  padding-left: 40pt;
  text-indent: -40pt;
}
.recipe-ingredients .section {
	margin-left: 10pt
}

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

.recipe-ingredients .quantity-unit {
  float: left;
  width: 45pt;
  letter-spacing: 1.5pt;
}

abbr {
	border-style: none;
}

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

File

includes/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-ingredients {
  17. padding-left: 40pt;
  18. text-indent: -40pt;
  19. }
  20. .recipe-ingredients .section {
  21. margin-left: 10pt
  22. }
  23. .recipe-instructions ol {
  24. margin-left: 20pt;
  25. }
  26. .recipe-ingredients .quantity-unit {
  27. float: left;
  28. width: 45pt;
  29. letter-spacing: 1.5pt;
  30. }
  31. abbr {
  32. border-style: none;
  33. }
  34. .recipe-summary table td {
  35. padding: 0 10pt 0 0;
  36. }