I have observed that if I set
<link href="/stylesheets/screen.css" media="screen" rel="stylesheet"
type="text/css" />
Then, without further styling on my part, such pages display html
forms with the text and input fields centred on the page. I would
like to selectively use this feature elsewhere but my css knowledge is
insufficient to determine where in print.css this formatting takes
place. The file is rather short and I thought that it would be
obvious what causes this effect but I cannot see anything that ties to
the concept of centring text.
Is it the container class (.container {background:none;}) css
definition? How then is this incorporated into my html such that
centring takes place. I have div blocks but I do not explicitly set
the class to container on any of them.
Is it the body tag css definition:
(body {line-height:1.5;
font-family:"Helvetica Neue", Arial, Helvetica, sans-
serif;color:#000;
background:none;font-size:10pt;})?
If so then I do not see anything which implements the centring effect.
Help with understanding what is going on and where would be greatly
appreciated.
--
You received this message because you are subscribed to the Google Groups
"Blueprint CSS" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/blueprintcss?hl=en.