Remove default transclusion style.

This commit is contained in:
Ole Eskild Steensen 2023-01-06 15:15:16 +01:00 committed by GitHub
parent 63174b0ed1
commit 84a4092cc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,8 +38,6 @@ body {
} }
div.transclusion { div.transclusion {
border-left: 4px solid gray;
padding-left: 10px;
position: relative; position: relative;
.markdown-embed-link { .markdown-embed-link {
z-index: 99; z-index: 99;
@ -803,4 +801,4 @@ div.callout-quote {
div.language-ad-cite, div.language-ad-cite,
div.callout-cite { div.callout-cite {
background-color: rgba(158, 158, 158, .5) background-color: rgba(158, 158, 158, .5)
} }