summaryrefslogtreecommitdiff
path: root/themes/clouds
diff options
context:
space:
mode:
authorRob Peters <makitso@gmail.com>2010-07-10 18:09:12 +0000
committerRob Peters <makitso@gmail.com>2010-07-10 18:09:12 +0000
commitf3fe7533316cd2da91352631f0ce930d8f5d6ede (patch)
tree5d3f55387e4c63af75e910652ef0c86479ab29b3 /themes/clouds
parent09e8316c42d0c163ea092cf6aa2e96e379c21c1e (diff)
downloadwebtrees-f3fe7533316cd2da91352631f0ce930d8f5d6ede.tar.gz
webtrees-f3fe7533316cd2da91352631f0ce930d8f5d6ede.tar.bz2
webtrees-f3fe7533316cd2da91352631f0ce930d8f5d6ede.zip
Correct toplink right side spacing
Diffstat (limited to 'themes/clouds')
-rw-r--r--themes/clouds/style_rtl.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/clouds/style_rtl.css b/themes/clouds/style_rtl.css
index 81912a3819..7a236f5c91 100644
--- a/themes/clouds/style_rtl.css
+++ b/themes/clouds/style_rtl.css
@@ -11,6 +11,9 @@ body {
direction: rtl;
text-align: right;
}
+.toplinks_left {
+padding-right: 10px;
+}
html {
direction: rtl;
white-space: normal;