Skip to content

Commit 9ce5a20

Browse files
authored
Added margin between comment title and property change table.
Fixes django#169
1 parent 125e6f9 commit 9ce5a20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scss/trachacks.scss

+4
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ div.trac-content {
9090
float: none;
9191
}
9292

93+
#changelog .trac-change-panel {
94+
margin-top: 0;
95+
}
96+
9397
#ticketchange .changes, #changelog .changes {
9498
background: $white;
9599
border-color: $gray-line;

0 commit comments

Comments
 (0)