summaryrefslogtreecommitdiffstats
path: root/rtems-release-notes-coverpage/trac-rtems-style.html
blob: f98217f0c129e120b7b62083e7a1f8741b1da481 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<html lang="en">
  <head>
    <style>
      // Table row skip break
      table {
        // Super-duper fix for PDF table headers
        width: 100%;
        clear: both;
        border-collapse: collapse;
        table-layout: auto;
        thead, tfoot {
          // Commented to avoid forget about that fix
          //display: table-row-group;
        }
        tr {
          page-break-inside: avoid;
        }
      }

      listing {
        page-break-inside: avoid;
      }

      table thead {
        display: table-row-group;
      }

      trac-content,table {
        word-break: break-word;
      }

      @media print {
        .wikipage, .main {
          overflow: visible !important;
        }
      }
    </style>
  </head>
  <body>
  </body>
</html>