summaryrefslogtreecommitdiffstats
path: root/tools/droiddoc/templates/assets
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2009-12-09 18:08:32 -0800
committerScott Main <smain@google.com>2009-12-09 18:08:32 -0800
commit483cf38d8d49e472f052dca5ed9a05ec36472b9e (patch)
tree1bbb0ff0685bcc62a552e11b83de4bb28a922fc9 /tools/droiddoc/templates/assets
parent9b0ad4c7258b586f1763bc497e8ed33f42ce446e (diff)
downloadbuild-483cf38d8d49e472f052dca5ed9a05ec36472b9e.zip
build-483cf38d8d49e472f052dca5ed9a05ec36472b9e.tar.gz
build-483cf38d8d49e472f052dca5ed9a05ec36472b9e.tar.bz2
docs: add "figure" class for DIV elements that contain
a figure image with caption text. needed (but not a dependency) by I1cd5c8282ba45d79da854db43d741b6fa049812b
Diffstat (limited to 'tools/droiddoc/templates/assets')
-rw-r--r--tools/droiddoc/templates/assets/android-developer-docs.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/tools/droiddoc/templates/assets/android-developer-docs.css b/tools/droiddoc/templates/assets/android-developer-docs.css
index c52222c..0b57624 100644
--- a/tools/droiddoc/templates/assets/android-developer-docs.css
+++ b/tools/droiddoc/templates/assets/android-developer-docs.css
@@ -758,7 +758,7 @@ dl.xml dl dt {
.listhead li {
font-weight: bold;
}
-
+
.listhead li *, /*ie*/.listhead li li {
font-weight: normal;
}
@@ -784,6 +784,16 @@ pre.classic {
padding:0;
}
+div.figure {
+ float:right;
+ padding:0 0 20px 20px;
+ /* width must be defined w/ an inline style matching the image width */
+}
+
+#jd-content div.figure img {
+ display:block;
+ margin:0 0 10px 0;
+}
/* BEGIN quickview sidebar element styles */