 Issue 29401619:
  Issue 4963 - Wrong size used for text logo on acceptableads.com  (Closed) 
  Base URL: https://hg.adblockplus.org/web.acceptableads.com
    
  
    Issue 29401619:
  Issue 4963 - Wrong size used for text logo on acceptableads.com  (Closed) 
  Base URL: https://hg.adblockplus.org/web.acceptableads.com| Index: includes/navbar.tmpl | 
| =================================================================== | 
| --- a/includes/navbar.tmpl | 
| +++ b/includes/navbar.tmpl | 
| @@ -12,15 +12,12 @@ | 
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 
| # GNU General Public License for more details. | 
| # | 
| # You should have received a copy of the GNU General Public License | 
| # along with acceptableads.org. If not, see <http://www.gnu.org/licenses/>. | 
| #} | 
| <header id="navbar"> | 
| - {{ "index" | linkify(id="navbar-logo") }} | 
| - <h1 class="sr-only">{{ title | translate("document-title", "Document title") }}</h1> | 
| - <img src="/img/png/logo-black.png" srcset="/img/png/logo-black.png, /img/svg/logo-black.svg 2x" aria-hidden="true"> | 
| 
saroyanm
2017/04/28 10:19:48
We still have this image in sidebar to be shown on
 
juliandoucette
2017/05/22 19:18:33
Acknowledged.
I would have to re-write a signific
 
saroyanm
2017/06/13 10:31:03
Do we have an issue already ?
 
juliandoucette
2017/06/13 11:17:09
Not yet. I will create one before I upload the nex
 
juliandoucette
2017/06/14 12:15:20
Done.
https://issues.adblockplus.org/ticket/5319
 | 
| - </a> | 
| + <h1>{{ "index" | linkify(id="navbar-logo") }}Acceptable <strong>Ads</strong></a></h1> | 
| <a class="sr-only" href="#main">{{ 'Skip to main content' | translate('skip-to-main-content', 'Skip to main content link label (screen reader only)') }}</a> | 
| <a class="sr-only" href="#sidebar">{{ 'Skip to main navigation' | translate('skip-to-main-navigation', 'Skip to main navigation link label (screen reader only)') }}</a> | 
| </header> |