summaryrefslogtreecommitdiffstats
path: root/rtems-release-notes-coverpage/trac-rtems-style.html
diff options
context:
space:
mode:
Diffstat (limited to 'rtems-release-notes-coverpage/trac-rtems-style.html')
-rw-r--r--rtems-release-notes-coverpage/trac-rtems-style.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/rtems-release-notes-coverpage/trac-rtems-style.html b/rtems-release-notes-coverpage/trac-rtems-style.html
new file mode 100644
index 0000000..f98217f
--- /dev/null
+++ b/rtems-release-notes-coverpage/trac-rtems-style.html
@@ -0,0 +1,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>