From 07cd3719c4699dcf5a48775ea7908c31b8e11146 Mon Sep 17 00:00:00 2001 From: Omid Mottaghi Date: Wed, 27 Dec 2006 10:42:02 +0000 Subject: [PATCH] captcha updated. --- templates/default-rtl/info.txt | 4 ++-- templates/default-rtl/style.css | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/templates/default-rtl/info.txt b/templates/default-rtl/info.txt index 057dc411..8cb74c3b 100644 --- a/templates/default-rtl/info.txt +++ b/templates/default-rtl/info.txt @@ -1,4 +1,4 @@ -Name: RTL-Languages v0.3 +Name: RTL-Languages v0.4 Author: Tom Sommer, Omid Mottaghi -Date: 28/2/2005 +Date: 27/12/2006 Require Serendipity: 0.8 diff --git a/templates/default-rtl/style.css b/templates/default-rtl/style.css index aa5e5fd8..205e217e 100644 --- a/templates/default-rtl/style.css +++ b/templates/default-rtl/style.css @@ -348,6 +348,12 @@ div.serendipitySideBarItem { .serendipity_comment_author_self .serendipity_comment_source { background-color: #EEEEFF; } + #serendipity_commentsURL #serendipity_commentsEmail { direction: ltr; +} + +.serendipity_comment_captcha_image{ + direction: ltr; + text-align: right; } \ No newline at end of file