Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
5answers
4k views

How to change the strike-out / line-through thickness in CSS?

I'm using the "text-decoration:line-through" in CSS, but I can't seem to find any way to vary the line thickness without inelegant hacks like hr or image overlays. Is there any elegant way to specify ...
3
votes
2answers
408 views

Inherited Text-Decoration style

How would I negate or remove a parents text-decoration style? For example in the following, both the text and the anchor have a text-decoration of line-through, is there a way to not have that applied ...
1
vote
1answer
221 views

In Trac, is it possible to add “text-decoration: line-through” as a custom __style__?

I'm getting Trac 0.12.1 set up for the first time, and have written a few custom report queries. However, I am having difficulty getting the custom __style__ macro thingy (described in the docs ...