ceb0d5abcf2a4234868c42e4c3fd30bbb3f295dc
[vpp.git] / docs / _static / css / rules.css
1 /* Allows for tables to be center-aligned */
2 table.center-align-table td {
3     text-align: center;
4 }
5
6 /* override table width restrictions */
7 @media screen and (min-width: 767px) {
8
9    .wy-table-responsive table td {
10       /* !important prevents the common CSS stylesheets from overriding
11          this as on RTD they are loaded after this stylesheet */
12       white-space: normal !important;
13    }
14
15    .wy-table-responsive {
16       overflow: visible !important;
17    }
18 }
19