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.css
42 lines
| 1 | .jetpack-recipe { |
| 2 | border: 1px solid #f2f2f2; |
| 3 | border-radius: 1px; |
| 4 | clear: both; |
| 5 | margin: 1.5em 1%; |
| 6 | padding: 1% 2%; |
| 7 | } |
| 8 | |
| 9 | .jetpack-recipe-title { |
| 10 | border-bottom: 1px solid #ccc; |
| 11 | margin: 0.25em 0; |
| 12 | padding: 0.25em 0; |
| 13 | } |
| 14 | |
| 15 | .jetpack-recipe .jetpack-recipe-meta { |
| 16 | display: block; |
| 17 | font-size: 0.9em; |
| 18 | list-style-type: none; |
| 19 | margin-right: 0; |
| 20 | margin-left: 0; |
| 21 | padding: 0; |
| 22 | overflow: hidden; |
| 23 | width: 100%; |
| 24 | } |
| 25 | |
| 26 | .jetpack-recipe .jetpack-recipe-meta li { |
| 27 | float: left; |
| 28 | list-style-type: none; |
| 29 | margin: 0; |
| 30 | padding: 0 5% 0 0; |
| 31 | } |
| 32 | |
| 33 | .jetpack-recipe-meta li.jetpack-recipe-print { |
| 34 | float: right; |
| 35 | padding-right: 0; |
| 36 | text-align: right; |
| 37 | } |
| 38 | |
| 39 | .jetpack-recipe-notes { |
| 40 | font-style: italic; |
| 41 | } |
| 42 |