← Back to team overview

mahara-contributors team mailing list archive

[Bug 1558874] Re: Remove heading style for deleted forum post

 

Kristina:

In 15.04 there were a bunch of styles on the .deletedpost class. 
Were they left off on purpose when we went to bootstrap?

The styles were:

.deletedpost {
    font-style: italic;
    font-weight: normal;
    margin-top: 0;
    padding: 5px 10px;
    background: #f4f4f4 none repeat scroll 0 0;
    border-radius: 5px;
    color: #666666;
}

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1558874

Title:
  Remove heading style for deleted forum post

Status in Mahara:
  In Progress

Bug description:
  When a forum post is deleted, it gets an H5 heading style. I think
  that is not necessary (even for screen readers) because it's not
  information that needs to be navigated to in a menu.

  It should be sufficient to just have it in a paragraph style.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1558874/+subscriptions


References