I like for extra magical stuff to occur when I am in development/debug mode. One of those magical things is a a magic debug.css style sheet.
Django sets a debug variable when the following conditions are met:
django.core.context_processors.debug is listed under TEMPLATE_CONTEXT_PROCESSORS and your IP address (127.0.0.1 if your using the standard development server) is listed [...]
Filed under css. |
Tags: css && django
[tags]css, yui, grids, table, layout[/tags]
I think there are three kinds of people:
People who learned tables for layouts and went to CSS+divs.
People who learned tables for layouts and never needed to learn CSS+divs (or insisted that this was way too complicated)
People who never learned tables.
I would argue in some ways the second class of people are [...]
Filed under css. |
Tags: css && grids && layout && table && yui