aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2013-02-21 10:52:02 -0800
committerScott Main <smain@google.com>2013-02-21 10:52:02 -0800
commit48dd7f22d96cf7e6921b9c800b9010d6fcd09a67 (patch)
treea44c4f56fead1f0dbb58d774d209be2b9807e5e2
parenta6043f76fa41d6062f3ba9e0aae06feb562f8b51 (diff)
downloadbuild-48dd7f22d96cf7e6921b9c800b9010d6fcd09a67.tar.gz
docs: add image frame style and left-float figure box
Change-Id: I9103f6f9e9b416902fbb2add60782ba10ff9e900
-rw-r--r--tools/droiddoc/templates-sdk/assets/css/default.css16
1 files changed, 15 insertions, 1 deletions
diff --git a/tools/droiddoc/templates-sdk/assets/css/default.css b/tools/droiddoc/templates-sdk/assets/css/default.css
index 20e462c5a6..96123b2fc6 100644
--- a/tools/droiddoc/templates-sdk/assets/css/default.css
+++ b/tools/droiddoc/templates-sdk/assets/css/default.css
@@ -2443,7 +2443,8 @@ p.img-caption {
color:#666;
}
-div.figure {
+div.figure,
+div.figure-right {
float:right;
clear:right;
margin:10px 0 0 0;
@@ -2451,6 +2452,19 @@ div.figure {
/* width must be defined w/ an inline style matching the image width */
}
+div.figure-left {
+ float:left;
+ clear:left;
+ margin:10px 0 0 0;
+ padding:0 0 0 20px;
+ /* width must be defined w/ an inline style matching the image width */
+}
+
+img.frame {
+ border:1px solid #DDD;
+ padding:4px;
+}
+
p.table-caption {
margin: 0 0 4px 0;
font-size:13px;