diff options
| author | Rob Peters <makitso@gmail.com> | 2010-07-10 18:09:12 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-07-10 18:09:12 +0000 |
| commit | f3fe7533316cd2da91352631f0ce930d8f5d6ede (patch) | |
| tree | 5d3f55387e4c63af75e910652ef0c86479ab29b3 /themes/clouds | |
| parent | 09e8316c42d0c163ea092cf6aa2e96e379c21c1e (diff) | |
| download | webtrees-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.css | 3 |
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; |
