 Issue 29588588:
  Issue 5848 - Fix vertical alignment on .heading-icon images in help.eyeo.com  (Closed) 
  Base URL: https://hg.adblockplus.org/help.eyeo.com
    
  
    Issue 29588588:
  Issue 5848 - Fix vertical alignment on .heading-icon images in help.eyeo.com  (Closed) 
  Base URL: https://hg.adblockplus.org/help.eyeo.com| Index: static/scss/components/_breadcrumb.scss | 
| =================================================================== | 
| --- a/static/scss/components/_breadcrumb.scss | 
| +++ b/static/scss/components/_breadcrumb.scss | 
| @@ -64,12 +64,13 @@ | 
| content: none; | 
| } | 
| .breadcrumb li a | 
| { | 
| color: $gray-dark; | 
| } | 
| -.breadcrumb .heading-icon | 
| +.breadcrumb .pre-icon | 
| { | 
| - height: 1.2em; | 
| + margin-top: -0.5em; | 
| + background-size: 1.1em; | 
| } |