I currently have something like this:
article > * { max-width: 800px; }
But people complain about using the universal selector. Short of manually typing each possible tag name (which I am bound to miss), what's the best way to do this without using a universal selector?