From 2da8c8c413ce7ed6048b32b25c013e0061f54c36 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 5 May 2013 17:28:57 +0100 Subject: [PATCH] Show node coordinates in the right place --- app/assets/stylesheets/common.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index e2529dbda..93547a207 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -950,7 +950,7 @@ ul.results-list li { border-bottom: 1px solid #ccc; } h4, p { margin-bottom: 5px; } - p, ul, .bbox { + p, ul, .bbox, .geo { display: inline-block; vertical-align: top; max-width: 65%; -- 2.43.2