On Fri, 2008-12-05 at 10:27 +0100, randulo wrote: > Hi, > > Wish list: I'd like to see hash tagged words displayed in bold (or > actually, a class which would allow site admin to show what they > want). Best of all possible worlds: The items are visible and > emphasied but the damn #hash doesn't break the visual flow.
I'm fairly certain that you can't use just CSS to accomplish this, as I don't believe that the visibility: none style can be applied to a :first-letter selector. To accomplish this, you'd still want a span with a given class around each of the #hash tags, but to remove the '#' symbol, you'd likely need to use JavaScript. Jeff Craig
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
