Skip to content

Commit 42d5ba5

Browse files
committed
changes for #211
1 parent f918a7b commit 42d5ba5

28 files changed

+4661
-18
lines changed

docs/dev/articles/articles/Classification.html

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/dev/articles/articles/Models.html

Lines changed: 15 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
/* Adjust margins outwards, so column contents line up with the edges of the
2+
parent of container-fluid. */
3+
.container-fluid.crosstalk-bscols {
4+
margin-left: -30px;
5+
margin-right: -30px;
6+
white-space: normal;
7+
}
8+
9+
/* But don't adjust the margins outwards if we're directly under the body,
10+
i.e. we were the top-level of something at the console. */
11+
body > .container-fluid.crosstalk-bscols {
12+
margin-left: auto;
13+
margin-right: auto;
14+
}
15+
16+
.crosstalk-input-checkboxgroup .crosstalk-options-group .crosstalk-options-column {
17+
display: inline-block;
18+
padding-right: 12px;
19+
vertical-align: top;
20+
}
21+
22+
@media only screen and (max-width:480px) {
23+
.crosstalk-input-checkboxgroup .crosstalk-options-group .crosstalk-options-column {
24+
display: block;
25+
padding-right: inherit;
26+
}
27+
}

0 commit comments

Comments
 (0)