zotero/resource/tinymce/css/note-content.css
Dan Stillman 59550167a7 Move TinyMCE into resource://
This fixes CSS in popups and probably other things.
2013-07-12 00:40:03 -04:00

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: '”';
}