lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


2009/12/6 Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>:
>> > It's css: http://www.twisty.com/misc/tests/css/target-trick.html#b
>>
>> Wow! Cool! I didn't knew it is possible. :-)
>
> Yes, very cool. Thanks for the link.

The relevant part of the Subversion CSS seems to be the following:

:target {
  border: 2px solid red;
}

Simple and efficient (just have to make sure the targeted element is
the whole paragraph and not just the title as is sometimes the case).