From 9dac34609d455204cbd25583a6bf1af899d65e8f Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Thu, 5 Sep 2013 10:03:21 -0400 Subject: [PATCH] Latest UI tweaks --- awx/ui/static/less/ansible-ui.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/awx/ui/static/less/ansible-ui.less b/awx/ui/static/less/ansible-ui.less index 9af3f7f57f..d1505e02ef 100644 --- a/awx/ui/static/less/ansible-ui.less +++ b/awx/ui/static/less/ansible-ui.less @@ -116,6 +116,10 @@ hr { font-family: Fixed, monospace; } +dd { + margin-left: 15px; +} + /* Use code-breakable in pop-over text to indent and wrap code segments */ .code-breakable {