1
vote
2answers
107 views

Tool to view currently used CSS definitions [duplicate]

Possible Duplicate: Refactoring large/old CSS files Wondering if anyone knows of a product that would help you to "see" all the css styles currently defined on a page. For example... Say ...
5
votes
3answers
3k views

Numbered list with subclauses

I'm trying to create a legal document with decimal numbered subclauses, then alpha and roman subsub and subsubsub clauses. (whew!) `1. MAIN HEADING 1.1 This is an example of a sub-clause and you can ...
4
votes
2answers
233 views

Need a CSS framework that has variables and “mixins”

I was using Less CSS but it creates too much duplication. Each HTML page I have includes 3 different stylesheets; two are common to all the pages (IE-support and 960 grid system) and the third ...
4
votes
2answers
1k views

Download CSS with all referenced files

Is there a tool that allows me to point to a CSS URL, and recursively download the CSS, as well as all the image and @import urls referenced within it? For example, if the CSS is at ...