- From: Christoph Päper <christoph.paeper@tu-clausthal.de>
- Date: Fri, 08 Jul 2005 01:20:10 +0200
- To: www-style@w3.org
Orion Adrian:
> But either way, the benefit of the system resides not necessarily in
> it's layout model, but in the fact that it separates layout from
> formatting (a plus), it allows for layouts to be reused (a plus)
/**
* General stylesheet for example.com
* @version 20050707cp1
* @note Do not use absolute positioning in this stylesheet!
*/
/** Includes */
@import url("/layouts/2cols/hdr_nav_txt_ftr.css");
@import url("/themes/blueish.css");
/** Styles */
...
I still do not get your point. You seem to be trying to solve problems
you see at the wrong level.
Received on Thursday, 7 July 2005 23:20:18 UTC