You are here

recipe.css in Recipe 5

Same filename and directory in other branches
  1. 6 recipe.css
  2. 7.2 recipe.css
  3. 7 recipe.css
.recipe-summary { float: right; margin: 0 0 1em 1em; }
.recipe-summary table { border-collapse: collapse; }
.recipe-summary td, .recipe-summary th { border: 1px solid #aaa; padding: .2em; }
.recipe-summary th { background: #eee; }
.recipe-ingredients acronym { border-bottom: 1px dotted #333; cursor: help; }
#recipe_custom_yield fieldset .form-item { display: inline; }
#recipe_custom_yield fieldset .form-submit { display: inline; }
#recipe_custom_yield fieldset { border: none; }

File

recipe.css
View source
  1. .recipe-summary { float: right; margin: 0 0 1em 1em; }
  2. .recipe-summary table { border-collapse: collapse; }
  3. .recipe-summary td, .recipe-summary th { border: 1px solid #aaa; padding: .2em; }
  4. .recipe-summary th { background: #eee; }
  5. .recipe-ingredients acronym { border-bottom: 1px dotted #333; cursor: help; }
  6. #recipe_custom_yield fieldset .form-item { display: inline; }
  7. #recipe_custom_yield fieldset .form-submit { display: inline; }
  8. #recipe_custom_yield fieldset { border: none; }