xref: /template/strap/resources/theme/default/components/css/cell.css (revision 04fd306c7c155fa133ebb3669986875d65988276)
1/* p bottom margin of zero from the default stylesheet makes the first p touching the top of the background */
2.cell-cs  p:first-child { margin-top: 0; }
3.cell-cs  p:last-child { margin-bottom: 0; }
4