am 1dd6ff63: Merge change I483cf38d into eclair

Merge commit '1dd6ff638f14e3c583eaa89d0b7341a3811293da' into eclair-mr2

* commit '1dd6ff638f14e3c583eaa89d0b7341a3811293da':
  docs: add "figure" class for DIV elements that contain
This commit is contained in:
Scott Main
2009-12-10 17:44:38 -08:00
committed by Android Git Automerger

View File

@@ -758,7 +758,7 @@ dl.xml dl dt {
.listhead li { .listhead li {
font-weight: bold; font-weight: bold;
} }
.listhead li *, /*ie*/.listhead li li { .listhead li *, /*ie*/.listhead li li {
font-weight: normal; font-weight: normal;
} }
@@ -784,6 +784,16 @@ pre.classic {
padding:0; 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 */ /* BEGIN quickview sidebar element styles */