mirror of https://gitlab.com/bashrc2/epicyon
Quotes in italic
parent
08b6d14400
commit
f54c06c0c3
|
@ -80,10 +80,11 @@ body, html {
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
border-left: 10px solid;
|
border-left: 10px;
|
||||||
margin: 1.5em 10px;
|
margin: 1.5em 10px;
|
||||||
padding: 0.5em 10px;
|
padding: 0.5em 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
font-style: italic;
|
||||||
quotes: "\201C""\201D""\2018""\2019";
|
quotes: "\201C""\201D""\2018""\2019";
|
||||||
}
|
}
|
||||||
blockquote:before {
|
blockquote:before {
|
||||||
|
|
Loading…
Reference in New Issue