MDL-46302 correct atto img float right

Correct the atto image "float right" margin CSS
This commit is contained in:
uhunkler 2014-07-24 17:24:37 +02:00 committed by Eloy Lafuente (stronk7)
parent 1ca98142cd
commit 6dccf359a0
4 changed files with 4 additions and 4 deletions

View File

@ -83,7 +83,7 @@ var CSS = {
name: 'right',
str: 'alignment_right',
value: 'float',
margin: '0 0 .5em 0'
margin: '0 0 0 .5em'
}, {
name: 'customstyle',
str: 'customstyle',

File diff suppressed because one or more lines are too long

View File

@ -83,7 +83,7 @@ var CSS = {
name: 'right',
str: 'alignment_right',
value: 'float',
margin: '0 0 .5em 0'
margin: '0 0 0 .5em'
}, {
name: 'customstyle',
str: 'customstyle',

View File

@ -81,7 +81,7 @@ var CSS = {
name: 'right',
str: 'alignment_right',
value: 'float',
margin: '0 0 .5em 0'
margin: '0 0 0 .5em'
}, {
name: 'customstyle',
str: 'customstyle',