From 1b089eb66757f570ea9fb1d4365e40a883a05a3f Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 7 Aug 2013 14:12:55 +0000 Subject: [PATCH] Revert "Fix selector syntax" This reverts commit ece51a6676b2ab61b9ca0fc76daf29750db25c90 See Imre's comment on https://review.openstack.org/#/c/37473/ --- openstack_dashboard/static/dashboard/less/horizon.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openstack_dashboard/static/dashboard/less/horizon.less b/openstack_dashboard/static/dashboard/less/horizon.less index 23db109c55..3a97df0f30 100644 --- a/openstack_dashboard/static/dashboard/less/horizon.less +++ b/openstack_dashboard/static/dashboard/less/horizon.less @@ -2105,7 +2105,7 @@ div.network { /**** Resource Topology CSS ****/ .link {stroke: #000;stroke-width: 1.5px;} .node {cursor:pointer;} -.node .text {font: 12px sans-serif;} +.node text {font: 12px sans-serif;} #resource_container {position:relative;} #stack_box {position:absolute;width:300px;top:10px;left:10px;} @@ -2119,4 +2119,4 @@ div.network { #info_box h3 {font-size:9pt;line-height:20px;} #info_box p {margin:0;font-size:9pt;line-height:14px;} #info_box a {margin:0;font-size:9pt;line-height:14px;} -#info_box .error {color:darkred;} +#info_box .error {color:darkred;} \ No newline at end of file