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
Added the styles to correctly align emebed inline
(cherry picked from commit 5c4f5ea)
  • Loading branch information
dpobel committed Feb 28, 2014
1 parent 87f04f5 commit 34892a8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Resources/public/css/bootstrap.css
Expand Up @@ -4512,6 +4512,12 @@ a.thumbnail:hover {
margin-right: auto;
text-align: center;
}
.embed-inline-left {
float: left;
}
.embed-inline-right {
float: right;
}
.block .left {
width: 48%;
float: left;
Expand Down
6 changes: 6 additions & 0 deletions Resources/public/less/utilities.less
Expand Up @@ -22,6 +22,12 @@
margin-right: auto;
text-align: center;
}
.embed-inline-left {
float: left;
}
.embed-inline-right {
float: right;
}
.block {
.left {
width: 48%;
Expand Down

0 comments on commit 34892a8

Please sign in to comment.