Merge remote-tracking branch 'upstream/pull/2698'
This commit is contained in:
commit
cfb2f2988c
3 changed files with 0 additions and 24 deletions
|
@ -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 {
|
||||
|
|
|
@ -87,7 +87,6 @@ body.small {
|
|||
.compact-hide {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
.overlay-sidebar #sidebar .welcome.visible {
|
||||
display: none;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue