Merge remote-tracking branch 'upstream/pull/2698'

This commit is contained in:
Tom Hughes 2020-07-08 19:10:01 +01:00
commit cfb2f2988c
3 changed files with 0 additions and 24 deletions

View 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 {

View file

@ -88,7 +88,6 @@ body.small {
display: inline-block;
}
.overlay-sidebar #sidebar .welcome.visible {
display: none;
}

View file

@ -26,12 +26,6 @@
<%= 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>