summaryrefslogtreecommitdiff
path: root/themes/wind
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2011-04-26 22:44:21 -0600
committerChad Kieffer <ckieffer@gmail.com>2011-04-26 22:44:21 -0600
commit2e6967e8a0d061e6a0da0e34d1e94690654e120f (patch)
tree847811702aa58ddac1bac43f8d05a254e6e4dfbe /themes/wind
parent4fa46d6a0433347e456be8c0d309d2da59dcecd5 (diff)
Add right padding to list elements in the new g-text class.
Diffstat (limited to 'themes/wind')
-rw-r--r--themes/wind/css/screen-rtl.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/wind/css/screen-rtl.css b/themes/wind/css/screen-rtl.css
index 6ef610fc..a4b4d48c 100644
--- a/themes/wind/css/screen-rtl.css
+++ b/themes/wind/css/screen-rtl.css
@@ -23,6 +23,15 @@
text-align: left;
}
+/* Lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
+
+.g-text li,
+.g-text li {
+ margin-right: 1em;
+}
+
+/* Messages ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
+
.rtl .g-error,
.rtl .g-info,
.rtl .g-success,