diff options
| author | makitso <makitso@gmail.com> | 2015-02-18 16:56:50 -0600 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2015-02-18 16:56:50 -0600 |
| commit | 4af96a34905d8436b00ab793438ded3cd40229f9 (patch) | |
| tree | 7369a089295d970e3ad181fa3ffe02faf5494b03 /themes/clouds/css-1.7.0/style.css | |
| parent | 67d7b27a23d50f6d1c399b8e0e33345d8a14ee82 (diff) | |
| download | webtrees-4af96a34905d8436b00ab793438ded3cd40229f9.tar.gz webtrees-4af96a34905d8436b00ab793438ded3cd40229f9.tar.bz2 webtrees-4af96a34905d8436b00ab793438ded3cd40229f9.zip | |
Minor cosmetic change for image placement
Diffstat (limited to 'themes/clouds/css-1.7.0/style.css')
| -rw-r--r-- | themes/clouds/css-1.7.0/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/clouds/css-1.7.0/style.css b/themes/clouds/css-1.7.0/style.css index 2e1c9e840a..327adc4754 100644 --- a/themes/clouds/css-1.7.0/style.css +++ b/themes/clouds/css-1.7.0/style.css @@ -1024,7 +1024,7 @@ a.showit:hover > span { .person_box_template a.gallery { float: left; height: 50px; - margin: 0 3px 0 0; + margin: 0 2px 0 0; max-width: 80px; width: auto; } @@ -1032,7 +1032,7 @@ a.showit:hover > span { [dir=rtl] .person_box_template img, [dir=rtl] .person_box_template a.gallery { float: right; - margin: 0 0 0 4px; + margin: 0 0 0 2px; } .person_box_template i[class^="icon-silhouette"] { |
