summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/shortcodes/css/recipes-rtl.css')
-rw-r--r--plugins/jetpack/modules/shortcodes/css/recipes-rtl.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/plugins/jetpack/modules/shortcodes/css/recipes-rtl.css b/plugins/jetpack/modules/shortcodes/css/recipes-rtl.css
new file mode 100644
index 00000000..8251edf5
--- /dev/null
+++ b/plugins/jetpack/modules/shortcodes/css/recipes-rtl.css
@@ -0,0 +1,37 @@
+/* Do not modify this file directly. It is concatenated from individual module CSS files. */
+.jetpack-recipe {
+ border: 1px solid #f2f2f2;
+ border-radius: 1px;
+ clear: both;
+ margin: 1.5em 1%;
+ padding: 1% 2%;
+}
+.jetpack-recipe-title {
+ border-bottom: 1px solid #ccc;
+ margin: .25em 0;
+ padding: .25em 0;
+}
+.jetpack-recipe .jetpack-recipe-meta {
+ display: block;
+ font-size: .9em;
+ list-style-type: none;
+ margin-left: 0;
+ margin-right: 0;
+ padding: 0;
+ overflow: hidden;
+ width: 100%;
+}
+.jetpack-recipe .jetpack-recipe-meta li {
+ float: right;
+ list-style-type: none;
+ margin: 0;
+ padding: 0 0 0 5%;
+}
+.jetpack-recipe-meta li.jetpack-recipe-print {
+ float: left;
+ padding-left: 0;
+ text-align: left;
+}
+.jetpack-recipe-notes {
+ font-style: italic;
+}