Within my css file, I add comments as section headers. Usually...
Quote:
/* General */
Global tags: html, body, link styles, etc.
/* Structure */
div ids to determine page structure
/* [Section] Styles */
Like "Header Styles", "Content Styles", which are section-specific styles, such as li #header, or p footer, etc. Depending on the site, I have 3 or more of these sections.
|