Small css change for blockqoute formatting
This commit is contained in:
parent
44c28fda1a
commit
553ac47715
1 changed files with 9 additions and 0 deletions
|
|
@ -294,3 +294,12 @@
|
||||||
.transcript {
|
.transcript {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
font-style: italic;
|
||||||
|
padding-left: 40px;
|
||||||
|
border-left: solid;
|
||||||
|
border-left-width: 1em;
|
||||||
|
border-left-color: gray;
|
||||||
|
padding-top: 10px;
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue