Merge branch '28029-improve-blockquote-formatting-on-emails' into 'master'

Resolve "Improve blockquote formatting in notification emails"

Closes #28029

See merge request !9157
This commit is contained in:
Annabel Dunstone Gray 2017-02-11 14:40:35 +00:00
commit edb8ed36cd
2 changed files with 11 additions and 0 deletions

View file

@ -138,6 +138,13 @@ pre {
margin: 0;
}
blockquote {
color: $gl-grayish-blue;
padding: 0 0 0 15px;
margin: 0;
border-left: 3px solid $white-dark;
}
span.highlight_word {
background-color: $highlighted-highlight-word !important;
}

View file

@ -0,0 +1,4 @@
---
title: Improve blockquote formatting in notification emails
merge_request:
author: