forked from openkylin/platform_build
am 5b395224: Merge "SDK doc change: css styling for blockquote." into eclair
Merge commit '5b3952249ccf7e41ac6a0ac1490cf150bca3a80f' into eclair-plus-aosp * commit '5b3952249ccf7e41ac6a0ac1490cf150bca3a80f': SDK doc change: css styling for blockquote.
This commit is contained in:
commit
bd4fcbfb03
|
@ -182,6 +182,11 @@ hr.blue {
|
|||
margin:20px 0 10px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin: 0 0 1em 1em;
|
||||
padding: 0 4em 0 1em;
|
||||
border-left:2px solid #eee;
|
||||
}
|
||||
/* LAYOUT */
|
||||
|
||||
#body-content {
|
||||
|
|
Loading…
Reference in New Issue