diff options
| author | Rob Peters <makitso@gmail.com> | 2010-07-10 18:08:08 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-07-10 18:08:08 +0000 |
| commit | 40a051d39fc81f0a020d0cdc8da743cde39fe267 (patch) | |
| tree | dd91e28a50c1b43705c951f65752bc2958c46bf2 /themes/colors/style_rtl.css | |
| parent | 75f1f3236bb825f269c44046638fcafa8b2b123f (diff) | |
| download | webtrees-40a051d39fc81f0a020d0cdc8da743cde39fe267.tar.gz webtrees-40a051d39fc81f0a020d0cdc8da743cde39fe267.tar.bz2 webtrees-40a051d39fc81f0a020d0cdc8da743cde39fe267.zip | |
Correct toplink right side spacing
Diffstat (limited to 'themes/colors/style_rtl.css')
| -rw-r--r-- | themes/colors/style_rtl.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/colors/style_rtl.css b/themes/colors/style_rtl.css index 8e091f9eb7..1c5ab9badb 100644 --- a/themes/colors/style_rtl.css +++ b/themes/colors/style_rtl.css @@ -15,6 +15,10 @@ html { direction: rtl; white-space: normal; } + +.toplinks_left { +padding-right: 10px; +} #footer { text-align: center; } |
