]> git.openstreetmap.org Git - rails.git/commitdiff
Restore borders to maps on various pages
authorTom Hughes <tom@compton.nu>
Wed, 15 Feb 2012 17:47:42 +0000 (17:47 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 15 Feb 2012 17:47:42 +0000 (17:47 +0000)
app/assets/stylesheets/common.css.scss

index 4d59e61318e6558bdc91bc0569e5ca5e5a6fb497..4d53bd2ac4181afdfb975a9502162408a5def6a1 100644 (file)
@@ -719,6 +719,7 @@ table.browse_details th {
   position: relative;
   width: 90%;
   height: 400px;
+  border: 1px solid #ccc;
   display: none;
 }
 
@@ -822,6 +823,7 @@ p#contributorGuidance {
   position: relative;
   width: 500px;
   height: 400px; 
+  border: 1px solid #ccc;
 }
 
 #accountImage td {
@@ -850,6 +852,7 @@ p#contributorGuidance {
   position: relative;
   width: 400px;
   height: 400px; 
+  border: 1px solid #ccc;
 }
 
 .user_view .user_map p#no_home_location {