From 9d0c28f4bd03fcfeb6e108ad55a436f14a7261b4 Mon Sep 17 00:00:00 2001 From: Matthew Juhl <mjuhl24@gmail.com> Date: Fri, 15 Jan 2010 17:43:45 +0000 Subject: [PATCH] Clean up riverfaces display --- plugins/unl_theme/views/default/css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/unl_theme/views/default/css.php b/plugins/unl_theme/views/default/css.php index f5f91a36..ee93c9e8 100644 --- a/plugins/unl_theme/views/default/css.php +++ b/plugins/unl_theme/views/default/css.php @@ -2162,6 +2162,6 @@ p.form-field-access { display: none; } -#maincontent div.river_user { +#maincontent div.river_user, #maincontent.river_object { margin-left: 6px; } \ No newline at end of file -- GitLab