mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-46302 correct atto img float right
Correct the atto image "float right" margin CSS
This commit is contained in:
parent
1ca98142cd
commit
6dccf359a0
@ -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
@ -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',
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user