diff options
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 { |
