css: Add blockquote style

master
Markus Koch 2017-09-09 11:32:07 +02:00
parent e8fa278bf0
commit 22a71573fb
1 changed files with 6 additions and 0 deletions

View File

@ -275,3 +275,9 @@ code {
line-height: 1.8em;
}
blockquote {
margin-left: 20px;
padding: 0px;
padding-left: 6px;
border-left: red solid 2px;
}