Added CSS for quotes
This commit is contained in:
parent
9dcfd068df
commit
7e8521022c
1 changed files with 13 additions and 0 deletions
|
@ -424,3 +424,16 @@ pre.debug {
|
||||||
img {
|
img {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
margin-left: 0;
|
||||||
|
border-left: 3px solid #eee;
|
||||||
|
background: ghostwhite;
|
||||||
|
padding: 0.5em;
|
||||||
|
}
|
||||||
|
blockquote>*:first-child {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
blockquote>*:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue