forked from openkylin/platform_build
am f7b3211e: am 1dd6ff63: Merge change I483cf38d into eclair
Merge commit 'f7b3211e089a2b243938f5e3101d40cbdaf8b8bb' into eclair-mr2-plus-aosp * commit 'f7b3211e089a2b243938f5e3101d40cbdaf8b8bb': docs: add "figure" class for DIV elements that contain
This commit is contained in:
commit
be4eca1894
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue