The lobotomized owl selector looks like this:
* + *
This is great for removing the space at the bottom of containers - common when using margin-bottom on columns and lists.
.list > * + * { margin-top: 1.5em; }
https://alistapart.com/article/axiomatic-css-and-lobotomized-owls/