On Fri, Dec 12, 2008 at 12:46 PM, blau <[email protected]> wrote:
>> Also, is there some way to make all the "ok" cells green? That would
>> make them really pop! Alternately, we could use little green check
>> images, if Github supports that. Actually, let me sleuth on this and
>> get back to everyone :)
>
> Hmm, github textile magic. My guess is, can do it but the textile source
> will be less easy to mess in for third parties.
I figured it out, and posted an example at the bottom of the page. I'm
hosting the image on the same server as blueprintcss.org.
> By the way Christian, did you have a look at davor's proposal reported
> herebelow?
>
> davor wrote
>> Also I don't see anything wrong in Opera support as noted in BP
>> compatibility wiki apart from cursor change on anchor without href
>> attribute which can be fix by something like:
>>
>> a {cursor:text;}
>> a[href] {cursor:pointer;}
I'm not really sure what to do with this. There are cases where an
anchor might not have an "href" but still should get the pointer.
Maybe I would do:
a {cursor:pointer;}
a[href] {cursor:pointer;}
I'll do some testing later and probably open up another discussion on this.
--
--
Christian Montoya
christianmontoya.net
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---