docs: fix padding for left-figure class
Change-Id: Ic4a1a95410f4d913a278bdb8a75c98ce5c4f5bfd
This commit is contained in:
parent
0e69c3e4e7
commit
d6cb8fac53
1 changed files with 1 additions and 1 deletions
|
@ -2456,7 +2456,7 @@ div.figure-left {
|
||||||
float:left;
|
float:left;
|
||||||
clear:left;
|
clear:left;
|
||||||
margin:10px 0 0 0;
|
margin:10px 0 0 0;
|
||||||
padding:0 0 0 20px;
|
padding:0 20px 0 0;
|
||||||
/* width must be defined w/ an inline style matching the image width */
|
/* width must be defined w/ an inline style matching the image width */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue