am d6cb8fac
: docs: fix padding for left-figure class
* commit 'd6cb8fac5397ff6cc114705ad789e29dca9ea1ec': docs: fix padding for left-figure class
This commit is contained in:
@@ -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 */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user