Project

General

Profile

Actions

Feature #4224

closed

CSS style for acronyms

Added by Felix Schäfer over 14 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
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;
}
Actions #1

Updated by Jean-Philippe Lang over 14 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.

Actions #2

Updated by Felix Schäfer over 14 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

Also available in: Atom PDF