]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/2698'
authorTom Hughes <tom@compton.nu>
Wed, 8 Jul 2020 18:10:01 +0000 (19:10 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 8 Jul 2020 18:10:01 +0000 (19:10 +0100)
app/assets/stylesheets/common.scss
app/assets/stylesheets/small.scss
app/views/traces/index.html.erb

index 260504ac3314ebfda02d7384a153d3ad063cf3c8..e3b79c5913b5e24ccbe6d4f3ad12d1a3c8222706 100644 (file)
@@ -1195,16 +1195,6 @@ tr.turn:hover {
   background: $lightgrey;
 }
 
-.content-body {
-  h1, h2, h3, p, ul, ol {
-    margin-bottom: $lineheight;
-  }
-
-  h1, h2, h3 {
-    margin-top: $lineheight/2;
-  }
-}
-
 .content-inner {
   position: relative;
   max-width: 900px;
@@ -1308,21 +1298,14 @@ tr.turn:hover {
 /* Rules for the user profile page */
 
 #userinformation {
-
   min-height: 100px;
   .userinformation-inner {
     float: left;
   }
-  h2 {
-    margin-top: 0;
-  }
   .user-description {
     width: 100%;
     clear: both;
   }
-  .deemphasize {
-    margin: 0;
-  }
 }
 
 .admin-user-info small {
index 4b741baaed981cb65afe892ce39b866145fe1146..701d1046580e5d03efae23344e504ba29a5e6bdd 100644 (file)
@@ -87,7 +87,6 @@ body.small {
   .compact-hide {
     display: inline-block;
   }
-  
 
   .overlay-sidebar #sidebar .welcome.visible {
     display: none;
index 86ac37f00fe44040982e090fff994d1b2c281a0b..609dbcede69da11ab47d5af6acb772fb02ac277f 100644 (file)
   <%= render :partial => "trace_paging_nav" %>
 
   <table id="trace_list" class="table table-borderless table-striped">
-    <thead>
-      <tr>
-        <th></th>
-        <th></th>
-      </tr>
-    </thead>
     <tbody>
       <%= render @traces unless @traces.nil? %>
     </tbody>