From 88aafb7dec4f4a01ab034786df4b2e8172392699 Mon Sep 17 00:00:00 2001 From: mb863 Date: Tue, 15 Mar 2011 20:39:02 +0000 Subject: [PATCH] NIHVIVO-2163: Fixed floating issues with Verbose display for Positions --- themes/wilma/css/wilma.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index aa30b1e0..1a755ff5 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -1447,4 +1447,7 @@ article.property h3 { } article.property .verbosePropertyListing { margin-left: 15px; +} +h2#personInPosition .verbosePropertyListing { + display: block; } \ No newline at end of file