am 121a4a3e: am d6cb8fac: docs: fix padding for left-figure class

* commit '121a4a3e29c7f76264ea450ee750e68084669556':
  docs: fix padding for left-figure class
This commit is contained in:
Scott Main
2013-02-21 14:28:56 -08:00
committed by Android Git Automerger

View File

@@ -2456,7 +2456,7 @@ div.figure-left {
float:left;
clear:left;
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 */
}