On 23 April 2010 16:15, rebus_ <[email protected]> wrote:
> On 23 April 2010 16:12, rebus_ <[email protected]> wrote:
>> On 23 April 2010 16:05, Sunny Beach <[email protected]> wrote:
>>> The page below looks correct online but if you download a fresh .zip and
>>> open the same page it has problems.
>>>
>>> http://blueprintcss.org/tests/
>>>
>>> The columns do not line up correctly in Firefox 3.6.3 or IE 8 (on xp).
>>>
>>> It appears that the table elements and span-X are not working the same way
>>> in .9 as they were in .8 -- which is used for the online version.
>>>
>>> There is some problem in the <th> with the spans:
>>> <tr>
>>> <th class="span-6">Test page</th>
>>> <th class="span-8">Main files tested</th>
>>> <th class="span-10">Description</th>
>>> </tr>
>>>
>>> Sunny
>>>
>>>
>>>
>>>
>>>
>>>
>>> --
>>> 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.
>>>
>>
>> Yes online tests seem to use version 0.8 of BP
>>
>
> One more thing, slightly offtopic but still...
>
> Test pages have link to validator but only for HTML? I think CSS is
> passing validation too, and since this is a CSS framework maybe we
> could add CSS validation link too? :)
>
I think the problem lies in the fact that as of BP 0.9 we define spans as:
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6,
.span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13,
.span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20,
.span-21, .span-22, .span-23, .span-24 {float:left;margin-right:10px;}
and in 0.8
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5,
div.span-6, div.span-7, div.span-8, div.span-9, div.span-10,
div.span-11, div.span-12, div.span-13, div.span-14, div.span-15,
div.span-16, div.span-17, div.span-18, div.span-19, div.span-20,
div.span-21, div.span-22, div.span-23, div.span-24
{float:left;margin-right:10px;}
So in 0.9 the th elements get float:left.
Testing it with firebug shows that the test pages look the same if you
remove float:left. Not sure about the fix though.
Again OT:
List of resources on test pages have different padding set.
--
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.