Quotes in italic

main
Bob Mottram 2020-09-14 12:38:19 +01:00
parent 08b6d14400
commit f54c06c0c3
1 changed files with 2 additions and 1 deletions

View File

@ -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 {