recipes-print.css 648 B

123456789101112131415161718192021222324252627282930313233343536
  1. .jetpack-recipe-meta li.jetpack-recipe-print {
  2. display: none;
  3. }
  4. .jetpack-recipe-title {
  5. font-size: 16pt;
  6. }
  7. .jetpack-recipe-content img {
  8. display: inline-block !important;
  9. max-width: 100%;
  10. }
  11. .jetpack-recipe-image {
  12. display: none !important;
  13. }
  14. .jetpack-recipe-content .aligncenter {
  15. display: block !important;
  16. margin: 0 auto 1em !important;
  17. text-align: center !important;
  18. }
  19. .jetpack-recipe-content .alignright {
  20. float: right !important;
  21. margin: 0 0 .5em 1em !important;
  22. }
  23. .jetpack-recipe-content .alignleft {
  24. float: left !important;
  25. margin: 0 1em .5em 0 !important;
  26. }
  27. .jetpack-recipe-content .alignnone {
  28. display: inline-block;
  29. }