Back to home page

darwin3

 
 

    


Warning, /doc/_static/css/wrap_tables.css is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit dcaaa424 on 2018-09-04 16:19:24 UTC
dcaaa42497 Jeff*0001 /* override table width restrictions */
                0002 @media screen and (min-width: 767px) {
                0003 
                0004    .wy-table-responsive table td {
                0005       /* !important prevents the common CSS stylesheets from overriding
                0006          this as on RTD they are loaded after this stylesheet */
                0007       white-space: normal !important;
                0008    }
                0009 
                0010    .wy-table-responsive {
                0011       overflow: visible !important;
                0012    }
                0013 }