I would like to set the max with of the content of a page to 90%. For the blog I already did that (with help :-)). The code I needed to add to quickcss was:
#top .fullsize .template-blog .post .entry-content-wrapper > *,
#top .fullsize .template-blog .post .entry-content-wrapper { max-width: 90%; }
What element(s) do I need to use if I want to do this for the regular content as well?