Actions
Feature #4224
closedCSS style for acronyms
Start date:
2009-11-16
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
I find myself using the acronym
tag from textile/redcloth a lot lately, and I think it would be worth styling them somewhat so that users can spot them easily. I have added the classical dotted unterline / help cursor to my installation (snippet below), but I'm not sure if it fits the rest of the Redmine UI that well, maybe just having an icon in front of acronyms, like external links have, would be enough.
acronym { border-bottom: 1px dotted; cursor: help; }
Updated by Jean-Philippe Lang about 15 years ago
- Status changed from New to Closed
- Target version set to 0.9.0
- Resolution set to Fixed
Added in r3073. Actually, this is how acronyms look like by default in Firefox.
Updated by Felix Schäfer about 15 years ago
Well, Safari seems to not style them at all, and I must admit I haven't tested it elsewhere. Anyway, regarding css, I prefer setting stuff than hoping the browser has some defaults.
Thanks!
Actions