You are here

pet.css in Previewable email templates 6

Same filename and directory in other branches
  1. 8.4 pet.css
  2. 8 pet.css
  3. 7 pet.css
div.pet_body_label label {
  display: block;
  font-weight: bold;
}
div.pet_body_preview {
  margin-top: 2px;
  margin-bottom: 10px;
  margin-right: 29px;
  padding: .3em;
  border: 1px solid #999;
}

File

pet.css
View source
  1. div.pet_body_label label {
  2. display: block;
  3. font-weight: bold;
  4. }
  5. div.pet_body_preview {
  6. margin-top: 2px;
  7. margin-bottom: 10px;
  8. margin-right: 29px;
  9. padding: .3em;
  10. border: 1px solid #999;
  11. }