Skip to content

Commit

Permalink
Reduce the bottom margin of buttons [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuBuisson committed Jun 28, 2017
1 parent 8850dc8 commit ba23ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/HtmlReport.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
background-color: rgb(223, 240, 216);
}
td > button.btn {
margin-bottom: 3px;
margin-bottom: 2px;
}
td.cell-largeContent {
font-weight: normal !important;
Expand Down Expand Up @@ -912,4 +912,4 @@ <h2 class="panel-title"> Per Function Information</h2>
});
</script>
</body>
</html>
</html>

0 comments on commit ba23ca3

Please sign in to comment.