[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua is not acronym
- From: Jerome Vuarand <jerome.vuarand@...>
- Date: Wed, 9 Dec 2009 12:27:58 +0100
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).