Index: location.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/location/location.css,v
retrieving revision 1.8
diff -u -p -r1.8 location.css
--- location.css	16 Sep 2008 17:25:04 -0000	1.8
+++ location.css	28 Apr 2010 20:55:19 -0000
@@ -76,60 +76,3 @@ table.location-search-form-table tbody t
   margin:0;
   padding:0;
 }
-
-/*
-.location .container-inline {
-  clear: left;
-}
-.location .container-inline label {
-  display: block;
-  float: left;
-  width: 120px;
-}
-.location .form-item .description {
-  white-space: normal;
-}
-
-.location .container-inline { clear: left; }
-.location .container-inline label { display: block; float: left; width: 120px; }
-*/
-
-.location .form-item input {
-  display: block;
-  float: left;
-  width: 342px;
-  margin-bottom: 5px;
-}
-
-.location .form-item label {
-  display: block;
-  float: left;
-  text-align: left;
-  width: 100px;
-  padding-right: 10px;
-}
-
-.location .form-item {
-  clear:both;
-}
-
-/* "Delete" checkbox. */
-.location .form-item label.option {
-  display: inline;
-  float: none;
-  text-align: inherit;
-  width: auto;
-  padding-right: 0;
-}
-
-/* "Delete" checkbox. */
-.location .form-item input.form-checkbox {
-  display: inline;
-  float: none;
-  width: auto;
-  margin-bottom: 0;
-}
-
-.location .description {
-  white-space: normal;
-}
Index: location.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/location/location.module,v
retrieving revision 1.261
diff -u -p -r1.261 location.module
--- location.module	20 Apr 2010 00:25:51 -0000	1.261
+++ location.module	28 Apr 2010 20:55:20 -0000
@@ -387,7 +387,7 @@ function _location_expand_location($elem
       '#type' => 'markup',
       '#weight' => 1,
       '#prefix' => '<div class=\'description\'>',
-      '#markup' => '<br /><br />' . t('If you wish to supply your own latitude and longitude, you may enter them above.  If you leave these fields blank, the system will attempt to determine a latitude and longitude for you from the entered address.  To have the system recalculate your location from the address, for example if you change the address, delete the values for these fields.'),
+      '#markup' => t('If you wish to supply your own latitude and longitude, you may enter them above.  If you leave these fields blank, the system will attempt to determine a latitude and longitude for you from the entered address.  To have the system recalculate your location from the address, for example if you change the address, delete the values for these fields.'),
       '#suffix' => '</div>',
       );
     if (function_exists('gmap_get_auto_mapid') && variable_get('location_usegmap', FALSE)) {
