From 8c88ee56636f69597ec33b8e5b9ee3f0e473e578 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Thu, 6 Feb 2014 18:25:43 -0500 Subject: [PATCH] AC-1016 put font size back to 14px on host fly-out. --- awx/ui/static/less/ansible-ui.less | 6 ------ 1 file changed, 6 deletions(-) diff --git a/awx/ui/static/less/ansible-ui.less b/awx/ui/static/less/ansible-ui.less index 3ecbedd927..a4a7e9fea6 100644 --- a/awx/ui/static/less/ansible-ui.less +++ b/awx/ui/static/less/ansible-ui.less @@ -211,12 +211,6 @@ textarea { opacity: 1.0; } -/* Host flyout- uses popver */ - .popover-content .host-flyout { - font-size: 12px; - i, a { font-size: 12px; } - } - .alert { margin-top: 15px; margin-bottom: 15px;