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
-
- * {
- 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;
- }