Make "introduced in" notes look better

The problem

Our "Introduced in GitLab X.Y" notes are too evident, but they are important to maintain.

Proposal

  • Identify all > [Introduced](link) in notes with a RegEx script
  • Add class .introduced-in to blockquote
  • Style blockquote.introduced-in to make it less evident

Style

blockquote.introduced-in {
  border-width: 0;
  margin: 5px 0;
  padding: 10px 0;
  font-size: 15px;
  text-align: right;

  p {
    font-style: italic;
    font-size: small;
  }
}
BEFORE AFTER
Screenshot_2019-04-27_at_16.15.27 Screenshot_2019-06-03_at_15.59.56
Screenshot_2019-06-03_at_15.59.02 Screenshot_2019-06-03_at_15.59.10
Edited Jun 06, 2019 by Marcia Ramos
Assignee Loading
Time tracking Loading