Skip to content

Commit 88933c5

Browse files
authored
Merge pull request #20 from matt-volp/docs/sequence-object-updates
Sequence object updates and edited CSS
2 parents 93cb302 + 94cbb46 commit 88933c5

File tree

2 files changed

+687
-329
lines changed

2 files changed

+687
-329
lines changed

docs/_static/theme_overrides.css

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
/* override table width restrictions */
22
@media screen and (min-width: 767px) {
3-
4-
.wy-table-responsive table td {
5-
/* !important prevents the common CSS stylesheets from overriding
3+
.wy-table-responsive table td {
4+
/* !important prevents the common CSS stylesheets from overriding
65
this as on RTD they are loaded after this stylesheet */
7-
white-space: normal !important;
8-
}
6+
white-space: normal !important;
7+
}
8+
9+
.wy-table-responsive {
10+
overflow: visible !important;
11+
}
912

10-
.wy-table-responsive {
11-
overflow: visible !important;
12-
}
13+
/* Have page match browser width, vs fixed size */
14+
.wy-nav-content {
15+
max-width: calc(100% - 50px) !important;
16+
}
1317
}

0 commit comments

Comments
 (0)