aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfr33domlover <fr33domlover@web>2014-07-11 06:29:04 -0400
committeradmin <admin@branchable.com>2014-07-11 06:29:04 -0400
commit4ed24d1fb8dc37a2c2729da0fe42ea7a62a20f24 (patch)
tree016c74c525c47cffd7bf81e5643b1a00839bccf9
parent8da7db51882c6400997978678df75a8407f181c8 (diff)
downloadikiwiki-4ed24d1fb8dc37a2c2729da0fe42ea7a62a20f24.tar
ikiwiki-4ed24d1fb8dc37a2c2729da0fe42ea7a62a20f24.tar.gz
-rw-r--r--doc/todo/allow_to_specify_text_direction_for_RTL_support.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/todo/allow_to_specify_text_direction_for_RTL_support.mdwn b/doc/todo/allow_to_specify_text_direction_for_RTL_support.mdwn
index 711c896bf..1e1f2fc91 100644
--- a/doc/todo/allow_to_specify_text_direction_for_RTL_support.mdwn
+++ b/doc/todo/allow_to_specify_text_direction_for_RTL_support.mdwn
@@ -11,6 +11,7 @@ This can be done with CSS easily:
[[!format css """
body {
text-align: right;
+ direction: rtl;
}
"""]]