forked from openkylin/platform_build
am 3c205c4f: am 4edc153f: am 245a4f64: am 0e69c3e4: Merge "docs: add image frame style and left-float figure box" into jb-mr1-dev
* commit '3c205c4fef400c6fce60d9d1f425491a0b5ea3c5': docs: add image frame style and left-float figure box
This commit is contained in:
commit
341ac8b423
|
@ -2443,7 +2443,8 @@ p.img-caption {
|
||||||
color:#666;
|
color:#666;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.figure {
|
div.figure,
|
||||||
|
div.figure-right {
|
||||||
float:right;
|
float:right;
|
||||||
clear:right;
|
clear:right;
|
||||||
margin:10px 0 0 0;
|
margin:10px 0 0 0;
|
||||||
|
@ -2451,6 +2452,19 @@ div.figure {
|
||||||
/* width must be defined w/ an inline style matching the image width */
|
/* width must be defined w/ an inline style matching the image width */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.figure-left {
|
||||||
|
float:left;
|
||||||
|
clear:left;
|
||||||
|
margin:10px 0 0 0;
|
||||||
|
padding:0 0 0 20px;
|
||||||
|
/* width must be defined w/ an inline style matching the image width */
|
||||||
|
}
|
||||||
|
|
||||||
|
img.frame {
|
||||||
|
border:1px solid #DDD;
|
||||||
|
padding:4px;
|
||||||
|
}
|
||||||
|
|
||||||
p.table-caption {
|
p.table-caption {
|
||||||
margin: 0 0 4px 0;
|
margin: 0 0 4px 0;
|
||||||
font-size:13px;
|
font-size:13px;
|
||||||
|
|
Loading…
Reference in New Issue