From a673785326d85fc0a2b27542c329b5dff8d397f4 Mon Sep 17 00:00:00 2001 From: Shadab Khan Date: Thu, 28 Jun 2018 00:34:18 +0530 Subject: Add custom.css for docs to change pre tag styles Specify white space for table cells Add custom.css for docs to change pre tag styles Specify white space for table cells Rearrange code Delete theme_overrides.css Remove extra code --- docs/_static/theme_overrides.css | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 docs/_static/theme_overrides.css (limited to 'docs/_static') 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; - } -} -- cgit