59550167a7
This fixes CSS in popups and probably other things.
16 lines
231 B
CSS
16 lines
231 B
CSS
pre {
|
|
font-family: -moz-fixed;
|
|
}
|
|
|
|
blockquote {
|
|
margin-left: 2em;
|
|
}
|
|
|
|
/* Add quotation marks around blockquote */
|
|
blockquote p:not(:empty):before {
|
|
content: '“';
|
|
}
|
|
|
|
blockquote p:not(:empty):last-child:after {
|
|
content: '”';
|
|
}
|