am be4eca18: am f7b3211e: am 1dd6ff63: Merge change I483cf38d into eclair

Merge commit 'be4eca189416ca9578d6d35ae3c7e89ff9e4aa38'

* commit 'be4eca189416ca9578d6d35ae3c7e89ff9e4aa38':
  docs: add "figure" class for DIV elements that contain
This commit is contained in:
Scott Main 2009-12-10 23:41:29 -08:00 committed by Android Git Automerger
commit 1e99d1688e
1 changed files with 11 additions and 1 deletions

View File

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