aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_static/theme_overrides.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_static/theme_overrides.css')
-rw-r--r--docs/_static/theme_overrides.css13
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/_static/theme_overrides.css b/docs/_static/theme_overrides.css
deleted file mode 100644
index d750f4f1..00000000
--- a/docs/_static/theme_overrides.css
+++ /dev/null
@@ -1,13 +0,0 @@
-/* override table width restrictions */
-@media screen and (min-width: 767px) {
-
- .wy-table-responsive table td {
- /* !important prevents the common CSS stylesheets from overriding
- this as on sphinx_rtd_theme they are loaded after this stylesheet */
- white-space: normal !important;
- }
-
- .wy-table-responsive {
- overflow: visible !important;
- }
-}