Skip to content

Commit

Permalink
new example report for version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffdev committed Feb 20, 2019
1 parent 57767c0 commit 07022f3
Show file tree
Hide file tree
Showing 50 changed files with 1,897 additions and 1,693 deletions.
8 changes: 4 additions & 4 deletions docs/css/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion docs/css/cluecumber.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ html {
min-height: 100%;
}

h2, h3 {
h2, h3, h4, h5 {
word-break: break-all;
}

Expand Down Expand Up @@ -173,6 +173,16 @@ button.btn {
white-space: inherit;
}

.btn.focus {
outline: none;
box-shadow: none;
}

.btn-outline-secondary, .btn-outline-secondary.focus, .btn-outline-secondary:focus {
border: none;
box-shadow: none;
}

button.btn.collapsed:before {
content: 'Show ';
}
Expand Down
2 changes: 1 addition & 1 deletion docs/css/dataTables.bootstrap4.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 07022f3

Please sign in to comment.