Hi,

I've been doing a little more investigating and I now realise that the
discrepancy is between the code in the screen.css file and the /src/
grid.css file.

So, a little further clarification about what I said above, as well as
a few other things I've spotted.

(1) PUSH AND PULL CLASSES

1. I'm looking at the code within Blueprint CSS version 0.8.
2. In the file /blueprint/screen.css there are 24 .push-x and .pull-x
classes; but
3. in /blueprint/src/grid.css there are only five.

So, assuming that the code within screen.css and the component source
files should be in sync with one another, it looks like /blueprint/src/
grid.css needs to be edited to replace the 5 .push-x and .pull-x
classes with the 24 from screen.css.

Other differences between screen.css and the source files are:

(2) SPAN-24 CLASS
screen.css has

     .span-24, div.span-24 {width:950px;margin:0;}

grid.css has

     .span-24 {width:950px;margin:0;}

(3) INPUT.SPAN, TEXTAREA-SPAN, SELECT-SPAN
screen.css has 24 classes for input.span, textarea-span, select-span

input.span-1, textarea.span-1, select.span-1 {width:30px!important;}
input.span-2, textarea.span-2, select.span-2 {width:50px!important;}
etc.

that are missing in the /src/grid.css file.

I'm assuming that these differences are not intentional.  So I hope
that helps.

Gareth

--

Gareth J M Saunders
Assistant Web Manager/Information Architect
University of St Andrews
www.st-andrews.ac.uk
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to blueprintcss@googlegroups.com
To unsubscribe from this group, send email to 
blueprintcss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to