girlie
Mar 25 2002, 06:25 PM
Hmmm too funny - my archive pages actually look better if I leave "container" in there!

Oh but wait - some of the
default stylesheets DO use the id "container" - see Gettysburg and Rusty....so the usage must be intentional.
girlie
Mar 25 2002, 08:52 PM
Hmmm, I wonder if not defining a container class in some of the stylesheets was intentional, i.e., "we don't want this stylesheet to apply styles to this class, but we do want *this* one to apply them."
In other words, could the absence of any container styles be part of the overall design of that particular stylesheet?
Is it possible to specify an "empty" class in a stylesheet and still have it validate properly?
Now my curiosity is up.
shiva7663
Mar 25 2002, 05:21 AM
A bunch of the templates show
CODE
<div class="container">
instead of
CODE
<div id="content">
which is what the standard site style requires for the
Movable Type Default Templates
shiva7663
Mar 25 2002, 07:59 PM
It's an inconsistency that should be resolved, then.
btrott
Mar 25 2002, 10:32 PM
It's intentional, yes--container is an extra class that some of the default styles need, but some don't.