source: flex_extract.git/for_developers/Sphinx/source/_static/css/theme_overrides.css @ 41c9dbc

ctbtodev
Last change on this file since 41c9dbc was 41c9dbc, checked in by Anne Philipp <anne.philipp@…>, 5 years ago

Large update of Sphinx doc; moved Sphinx source to dev dir; Cleaned control files

  • Property mode set to 100644
File size: 299 bytes
Line 
1/* override table width restrictions */
2@media screen and (min-width: 767px) {
3
4   .wy-table-responsive table td {
5      /* !important prevents the common CSS stylesheets from overriding
6         this as on RTD they are loaded after this stylesheet */
7      white-space: normal !important;
8   }
9
10
11}
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG