Skip to content

Commit

Permalink
update html_output
Browse files Browse the repository at this point in the history
  • Loading branch information
gaospecial committed Jul 23, 2021
1 parent 1da145b commit 4ea2d50
Show file tree
Hide file tree
Showing 51 changed files with 15,443 additions and 192 deletions.
921 changes: 733 additions & 188 deletions gene-expression.html

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions gene-expression_files/crosstalk-1.1.1/css/crosstalk.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/* Adjust margins outwards, so column contents line up with the edges of the
parent of container-fluid. */
.container-fluid.crosstalk-bscols {
margin-left: -30px;
margin-right: -30px;
white-space: normal;
}

/* But don't adjust the margins outwards if we're directly under the body,
i.e. we were the top-level of something at the console. */
body > .container-fluid.crosstalk-bscols {
margin-left: auto;
margin-right: auto;
}

.crosstalk-input-checkboxgroup .crosstalk-options-group .crosstalk-options-column {
display: inline-block;
padding-right: 12px;
vertical-align: top;
}

@media only screen and (max-width:480px) {
.crosstalk-input-checkboxgroup .crosstalk-options-group .crosstalk-options-column {
display: block;
padding-right: inherit;
}
}
Loading

0 comments on commit 4ea2d50

Please sign in to comment.