gravatar-amp.css
7 months ago
quiz.css
7 months ago
recipes-print-rtl.css
8 years ago
recipes-print-rtl.min.css
8 years ago
recipes-print.css
7 months ago
recipes-print.min.css
4 years ago
recipes-rtl.css
4 years ago
recipes-rtl.min.css
4 years ago
recipes.css
7 months ago
recipes.min.css
4 years ago
slideshow-shortcode-rtl.css
7 months ago
slideshow-shortcode-rtl.min.css
1 month ago
slideshow-shortcode.css
7 months ago
slideshow-shortcode.min.css
7 months ago
style.css
4 months ago
recipes-print.css
37 lines
| 1 | .jetpack-recipe-meta li.jetpack-recipe-print { |
| 2 | display: none; |
| 3 | } |
| 4 | |
| 5 | .jetpack-recipe-title { |
| 6 | font-size: 16pt; |
| 7 | } |
| 8 | |
| 9 | .jetpack-recipe-content img { |
| 10 | display: inline-block !important; |
| 11 | max-width: 100%; |
| 12 | } |
| 13 | |
| 14 | .jetpack-recipe-image { |
| 15 | display: none !important; |
| 16 | } |
| 17 | |
| 18 | .jetpack-recipe-content .aligncenter { |
| 19 | display: block !important; |
| 20 | margin: 0 auto 1em !important; |
| 21 | text-align: center !important; |
| 22 | } |
| 23 | |
| 24 | .jetpack-recipe-content .alignright { |
| 25 | float: right !important; |
| 26 | margin: 0 0 0.5em 1em !important; |
| 27 | } |
| 28 | |
| 29 | .jetpack-recipe-content .alignleft { |
| 30 | float: left !important; |
| 31 | margin: 0 1em 0.5em 0 !important; |
| 32 | } |
| 33 | |
| 34 | .jetpack-recipe-content .alignnone { |
| 35 | display: inline-block; |
| 36 | } |
| 37 |