Change landsilde theme for right float

Some slides uses right float style.

Change-Id: Iea5633fa3e729332291f51acd3da9f3c1640c63d
This commit is contained in:
KATO Tomoyuki 2014-08-31 17:33:13 +09:00
parent 8ddb22c56d
commit edbfaddcb7

View File

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