From 2e6967e8a0d061e6a0da0e34d1e94690654e120f Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Tue, 26 Apr 2011 22:44:21 -0600 Subject: Add right padding to list elements in the new g-text class. --- themes/wind/css/screen-rtl.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'themes/wind') 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, -- cgit v1.2.3