restored some deleted stuff

This commit is contained in:
vabene1111
2025-07-03 16:29:54 +02:00
parent a5dde3d3c8
commit 7266ff8978
47 changed files with 31381 additions and 49 deletions

View File

@@ -0,0 +1,21 @@
/* css classes needed to render markdown blockquotes */
blockquote {
background: #f9f9f9;
border-left: 4px solid #ccc;
margin: 1.5em 10px;
padding: .5em 10px;
quotes: none;
}
blockquote:before {
color: #ccc;
content: open-quote;
font-size: 4em;
line-height: .1em;
margin-right: .25em;
vertical-align: -.4em;
}
blockquote p {
display: inline;
}