From cd10ddba085e84c4c5346d13585e8bf3f9c87d4a Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Wed, 9 Jul 2014 18:25:21 -0400 Subject: [PATCH] Logo pixelation The original logo file size is 79x79. Changed tower size from 42x42 to 41x41. Seems a little bit better. Confirmed that there are no surrounding elements or nearby elements overlapping or infringing upon the logo image boundaries. --- awx/ui/static/less/main-layout.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/static/less/main-layout.less b/awx/ui/static/less/main-layout.less index 5487192fc3..5b848d6f1b 100644 --- a/awx/ui/static/less/main-layout.less +++ b/awx/ui/static/less/main-layout.less @@ -25,8 +25,8 @@ body { margin-bottom: 0; } #ansible-brand-logo { - width: 42px; - height: 42px; + width: 41px; + height: 41px; } /*.navbar-collapse { margin-left: 47px;