1/* Override readthedocs theme */ 2 3/* Spacing before a list item must be bigger than spacing inside the item. 4 * Complex list items start with a p.first element. */ 5.section li > .first { 6 margin-top: 18px; 7} 8