commit | d6cb8fac5397ff6cc114705ad789e29dca9ea1ec | [log] [tgz] |
---|---|---|
author | Scott Main <smain@google.com> | Thu Feb 21 13:05:03 2013 -0800 |
committer | Scott Main <smain@google.com> | Thu Feb 21 13:05:03 2013 -0800 |
tree | c8ced6dbe54bc555080d7c838d76404677412020 | |
parent | 0e69c3e4e752eb309babe198ebe939e015918401 [diff] [blame] |
docs: fix padding for left-figure class Change-Id: Ic4a1a95410f4d913a278bdb8a75c98ce5c4f5bfd
diff --git a/tools/droiddoc/templates-sdk/assets/css/default.css b/tools/droiddoc/templates-sdk/assets/css/default.css index 96123b2..f272241 100644 --- a/tools/droiddoc/templates-sdk/assets/css/default.css +++ b/tools/droiddoc/templates-sdk/assets/css/default.css
@@ -2456,7 +2456,7 @@ 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 */ }