Merge "Change landsilde theme for right float"

This commit is contained in:
Jenkins 2014-09-01 15:37:53 +00:00 committed by Gerrit Code Review
commit 6a0b7777da

View File

@ -318,9 +318,10 @@ section img.align-center {
}
section img.align-right {
display: block;
display: inline;
margin-left: auto;
margin-right: 0;
float: right;
}
section img.align-left {