diff options
| author | makitso <makitso@gmail.com> | 2015-01-14 08:48:06 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2015-01-14 08:48:06 -0700 |
| commit | 1f3609119369f9541e0bef8b7ec9859f4c2bbd53 (patch) | |
| tree | c688200115ee288968a61079acb514b408e10ed8 /themes | |
| parent | 506e3011e39e10340595e18227f25960b914b727 (diff) | |
| download | webtrees-1f3609119369f9541e0bef8b7ec9859f4c2bbd53.tar.gz webtrees-1f3609119369f9541e0bef8b7ec9859f4c2bbd53.tar.bz2 webtrees-1f3609119369f9541e0bef8b7ec9859f4c2bbd53.zip | |
Correctindi img placement on FAB
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/fab/css-1.6.2/style.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/themes/fab/css-1.6.2/style.css b/themes/fab/css-1.6.2/style.css index 5d99fc37b3..e75d307172 100644 --- a/themes/fab/css-1.6.2/style.css +++ b/themes/fab/css-1.6.2/style.css @@ -135,7 +135,7 @@ dt { } [dir=rtl] dt { - float: right; + float: left; margin-right: auto; margin-left: 10px; } @@ -1859,8 +1859,7 @@ span.link_text { } #indi_mainimage { - float: left; - padding: 0 10px; + float: right; } #header_accordion1 { @@ -1967,7 +1966,7 @@ dd .deletelink { } [dir=rtl] #indi_mainimage { - float: right; + float: left; } [dir=rtl] #indi_note .fact_NOTE { |
