I've been using the Zotero extension and I want to adjust how TinyMCE handles paragraph spacing. I'm looking to customize the CSS in extensions.zotero.note.css by adding specific CSS rules.
The reason I want to make these changes is because I feel that the current spacing between paragraphs is too wide:
p{ padding:0, margin:0}
To do this, I type about:config
in the Firefox URL bar and search for extensions.zotero.note.css.
I'm not sure how exactly I should add these new CSS rules:
- Should I right-click, select modify, and then input the above CSS rules?
- Do I need to create a new string?
- What's the correct syntax for the string: should I write p
, "p"
, or something else?
Thank you so much for your assistance!