Skip to content

Commit

Permalink
Fix EZP-22124: inline image alignment is not respected
Browse files Browse the repository at this point in the history
(cherry picked from commit e39c139)
  • Loading branch information
dpobel committed Feb 28, 2014
1 parent 52ed265 commit 4a70ea5
Showing 1 changed file with 10 additions and 0 deletions.
Expand Up @@ -495,6 +495,16 @@ div.object-right, table.object-right /* Used for floating images and other conte
clear: right;
}

.embed-inline-left
{
float: left;
}

.embed-inline-right
{
float: right;
}

div.object-center, table.object-center
{
margin: 0.25em auto 0.25em auto;
Expand Down

0 comments on commit 4a70ea5

Please sign in to comment.