lib/isodoc/iho/html/htmlstyle.css in metanorma-iho-0.7.1 vs lib/isodoc/iho/html/htmlstyle.css in metanorma-iho-0.7.2

- old
+ new

@@ -129,10 +129,39 @@ .deletion { color: red; text-decoration: line-through; } +/* code highlighting with line numbers */ +table.rouge-line-table td.rouge-gutter { + -moz-user-select: none; + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; + padding-right: 1em; } + +table.rouge-line-table td.rouge-code { + -moz-user-select: all; + -ms-user-select: all; + -webkit-user-select: all; + user-select: all; } + +table.rouge-line-table, +table.rouge-line-table th, +table.rouge-line-table td { + width: auto; + border: none; + margin: 0; + padding: 0; + font-size: 100%; } + +table.rouge-line-table pre { + margin: 0; + padding: 0; + overflow-x: visible; + font-size: 100%; } + #standard-band { background-color: #0AC442; } #standard { border-bottom: solid 3px #0AC442; } @@ -787,10 +816,10 @@ border: 1px solid black; font-size: 0.95em; } table th, table td { padding: 1em; } table td.header { - font-weigth: 400; } + font-weight: 400; } p.TableTitle { text-align: center; margin-top: 2.5em; font-weight: 400; }