xref: /plugin/combo/resources/theme/default/components/css/note.css (revision 04fd306c7c155fa133ebb3669986875d65988276)
1/* p and ul have a default bottom margin via the default browser stylesheet that makes the content not in the middle */
2.note-cs p:last-child { margin-bottom: 0; }
3.note-cs ul:last-child { margin-bottom: 0; }
4