Uploaded image for project: 'Calendar'
  1. Calendar
  2. CAL-31

Remove the underlining on news dates

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.0.1, 1.1.0
    • None
    • None
    • None

      The contents CSS are not copied in the events list XSL.

          [CAL-31] Remove the underlining on news dates

          Laurence Aumeunier made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          Nicolas Gavalda (Inactive) made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Reopened [ 4 ] New: Resolved [ 5 ]
          Nicolas Gavalda (Inactive) made changes -
          Link New: This issue depends on CMS-4563 [ CMS-4563 ]
          Nicolas Gavalda (Inactive) made changes -
          Resolution Original: Fixed [ 1 ]
          Status Original: Resolved [ 5 ] New: Reopened [ 4 ]
          Nicolas Gavalda (Inactive) made changes -
          Fix Version/s New: 1.0.1 [ 11784 ]
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Nicolas Gavalda (Inactive) made changes -
          Description Original: Since NEWS-47, we have added event microformat tags wrapping the news dates ("From may 15th 2013 to may 18th 2013").
          The {{abbr}} tag is styled by most navigators with a dotted underlining, we should add the following CSS to the demo skins to avoid that:
          {noformat}
          abbr.dtstart, abbr.dtend {
              border-bottom: none;
              text-decoration: none;
          }
          {noformat}
          New: The contents CSS are not copied in the events list XSL.
          Nicolas Gavalda (Inactive) made changes -
          Fix Version/s New: 1.1.0 [ 11581 ]
          Fix Version/s Original: 3.5 [ 11387 ]
          Key Original: CMS-4510 New: CAL-31
          Project Original: CMS [ 10021 ] New: Calendar [ 10830 ]
          Nicolas Gavalda (Inactive) made changes -
          Description Original: Since NEWS-47, we have added event microformat tags wrapping the news dates ("From may 15th 2013 to may 18th 2013").
          The {{abbr}} tag is styled by most navigators with a dotted underlining, we should add the following CSS to the demo skins to avoid that:
          {noformat}
          abbr.dtstart, abbr.dtend {
              border-bottom: medium none;
              text-decoration: none;
          }
          {noformat}
          New: Since NEWS-47, we have added event microformat tags wrapping the news dates ("From may 15th 2013 to may 18th 2013").
          The {{abbr}} tag is styled by most navigators with a dotted underlining, we should add the following CSS to the demo skins to avoid that:
          {noformat}
          abbr.dtstart, abbr.dtend {
              border-bottom: none;
              text-decoration: none;
          }
          {noformat}
          Nicolas Gavalda (Inactive) created issue -

            ngavalda Nicolas Gavalda (Inactive)
            ngavalda Nicolas Gavalda (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: