** Warning **

Issuing rollback() due to DESTROY without explicit disconnect() of DBD::mysql::db handle dbname=MITgcm at /usr/local/share/lxr/lib/LXR/Common.pm line 1224.

Last-Modified: Fri, 28 Nov 2024 06:11:57 GMT Content-Type: text/html; charset=utf-8 MITgcm/MITgcm/doc/_static/css/wrap_tables.css
Back to home page

MITgcm

 
 

    


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 }