From 0a41d895690a4103cd87f248cc30657319ffcec7 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Mon, 28 Apr 2014 10:33:50 -0400 Subject: [PATCH] Shrunk the top margin, the space between header and start of tabs, to 25px. --- awx/ui/static/less/ansible-ui.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/less/ansible-ui.less b/awx/ui/static/less/ansible-ui.less index 24d3739eee..f2e18b0d8b 100644 --- a/awx/ui/static/less/ansible-ui.less +++ b/awx/ui/static/less/ansible-ui.less @@ -44,7 +44,7 @@ html { } body { - padding-top: 100px; + padding-top: 75px; color: @black; }