Merge change I483cf38d into eclair

* changes:
  docs: add "figure" class for DIV elements that contain a figure image with caption text.
This commit is contained in:
Android (Google) Code Review
2009-12-09 18:13:09 -08:00

View File

@@ -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 */