| pre { | |
| font-family: inherit; | |
| } | |
| table.issue { | |
| table-layout: fixed; | |
| width: 100%; | |
| margin-top: 1em; | |
| border-collapse: collapse; | |
| border-spacing: 0px; | |
| } | |
| table.issue, table.issue td, table.issue th { | |
| border: 1px solid black; | |
| padding: 5px; | |
| } | |
| table.issue .timestamp { | |
| width: 20px; | |
| } | |
| table.issue .type { | |
| width: 20px; | |
| } | |
| table.issue .message .output { | |
| margin: 0px; | |
| overflow-x: auto; | |
| width: 100%; | |
| } | |
| table.links { | |
| table-layout: fixed; | |
| width: 100%; | |
| } |